Displaying 14 results from an estimated 14 matches for "fleischer".
2010 Sep 23
2
hdf-files
Dear All,
I have data in HDF file format and would like to read it into R.
I have tried the package hdf5 without success.
Any ideas and suggestions??
Kind regards,
Katrin
--
Katrin Fleischer
Vrije Universiteit Amsterdam
Faculty of Earth and Life Sciences
Subdepartment Hydrolgy and Geo-Environmental Sciences
Room E-360
De Boelelaan 1085
1081 HV AMSTERDAM
Tel: +31 20 59 87391
2010 Jul 20
2
data from SpatialGridDataFrame
...r All,
I have a raster map of the class 'SpatialPointsDataFrame' and coordinates
of the class 'SpatialPoints'. I would like to retrieve the values that are
contained in the raster map at the specific locations given by the
coordinates.
Can anyone help me out?
Kind regards,
Katrin Fleischer
2008 Oct 15
2
apply model predictions over larger area with predict()
...r(elevation)) # (length=7526)
predict(model, newdata=wholearea,type="response")
Warning message: 'newdata' had 7526 rows but variable(s) found have
319 rows.
Ive searched quite a while for the answer now, has anyone encountered
that problem before?? thanx in advance.
Katrin Fleischer
MSc Student
Computational Geo-ecology
University of Amsterdam
2004 Aug 12
4
Problems receiving SIP calls
I can't see for the trees :)
I can make calls out to my SIP provider but get an "unable to authenticate
<calling no.> when I try to call in via the PSTN number they have supplied me
(where <calling no.> = phone number trying to make the call)
sip.conf
[general]
register => 4316568:xxxxxxxx@sipgate.de
[sipgate]
secret=xxxxxx
username=4316568
fromuser=4316568
2010 Jul 23
1
calculate slope of line
Dear All,
I fear that this is a really easy question but I do seem to go around in
circles..
I have 2 points on a plot and would like to calculate the slope of the
line drawn through these 2 points.
that cant be so hard?!
Thank you in advance,
Katrin
--
Katrin Fleischer
Vrije Universiteit Amsterdam
Faculty of Earth and Life Sciences
Subdepartment Hydrolgy and Geo-Environmental Sciences
Room E-360
De Boelelaan 1085
1081 HV AMSTERDAM
Tel: +31 20 59 87391
2005 Oct 09
1
libsmbclient - detect own workgroup
...to know if there's a way to detect the workgroup of my own server with libsmbclient.
With earlier versions than 3.0.20 it was possible to use smbctx->workgroup after the context was initialized.
Since 3.0.15pre2 or so its always "WORKGROUP". Am I missing something?
Regards, Gerd Fleischer
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
2010 Dec 03
1
treatment effects with lme (repeated measurements)
...nt, omitting baseline as a variable as it would be included in "outcome" and "time" then.
The model then would be:
lme(outcome~treatment*time; random=~1|id)
I am not sure which way is better/right or if there is a third alternative for this problem.
Thanks in advance
Steffen Fleischer
2008 Nov 06
1
Bug#477525: xen-utils-3.2-1: xend start fails using network-route
Package: xen-utils-3.2-1
Version: 3.2.1-2
Followup-For: Bug #477525
I have the same problem after updating from etch to lenny. (Thus updating Xen from 3.0 to 3.2)
Does anyone know how to fix this?
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-xen-amd64 (SMP w/2 CPU cores)
Locale:
2005 Jun 02
2
asterisk sipura and g726 codec
With sipura (I tried this with both the 3000 and 841) set to prefer
the g726-32 codec, a call from the sipura to asterisk will use g726.
Asterisk sip.conf has:
disallow=all
allow=g726
allow=gsm
allow=alaw
When the call is from asterisk to the sipura, asterisk will not use
g726. It ends up using alaw. I usually use stable but I tried this
with head too, and same thing happens.
Anybody know how
2006 May 25
0
TC and IPv6 filters
...ion still unchanged? I''m in need for it
for an implementation of a modified version of the TIA-1039,
http://www.packet.cc/TIA1039ID.htm.
I''m not sure if this is the correct mailing list. If not I apologize
and hope that someone can point me in the right direction :-)
Cheer,
Paul Fleischer
2014 Jun 03
1
patch to send incoming key to AuthorizedKeysCommand via stdin
Hi,
Are there any news on this? We are currently setting up a service that
uses Git over SSH and a single UNIX account with public key
authentication. We already have 25000 users (~10000 of which will be
regularly using the service) and in order to avoid linear search on each
login, it would be great to have support for looking up keys in a
database.
What is the status of the patch (using
2008 Sep 24
1
looping through variables
Hello everyone,
I have the following problem:
My analysis includes many predictor variables (>50) in the form of
raster maps (asc), but I am trying to avoid having to type all their
names over and over again in the analysis (e.g. for vectorisation, for
deletion of NA's, etc.)
So ideally I would like to store them in some way that their names
only have to be typed once and can always
2013 Mar 22
52
[Bug 2081] New: extend the parameters to the AuthorizedKeysCommand
https://bugzilla.mindrot.org/show_bug.cgi?id=2081
Bug ID: 2081
Summary: extend the parameters to the AuthorizedKeysCommand
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
2013 Aug 29
0
[PR 11148] Extracting out rake stats into a gem (code_metrics)
Just joined the group. Please let me know if I am not posting this
appropriately.
I think the PR is done, just needs ok to merge and if it should be
back-ported.
I rebase if off our master periodically to ensure a clean merge.
Re: https://github.com/rails/rails/pull/11148
Whereas
- The code_statistics code in rails provides useful functionality
- It does not depend on rails in any