Displaying 20 results from an estimated 300 matches similar to: "Extracting Europe from a netCDF file"
2017 Aug 28
0
Extracting subset from netCDF file using lat/lon and converting into .csv in R
Two questions:
1. Is the order of the dimensions shown what is shown if you look at str(ncin) - I mean shown at the end where it describes the variable and its dimensions?
2. Is you problem how to subset the netcdf file, how to write to the .csv file, or both?
-Roy
> On Aug 28, 2017, at 2:21 PM, Eeusha Nafi <eshad002 at gmail.com> wrote:
>
> I have a series of nertCDF files
2017 Aug 28
3
Extracting subset from netCDF file using lat/lon and converting into .csv in R
I have a series of nertCDF files containing global data for a particular
variable, e.g. tmin/tmax/precipiation/windspeed/relative
humuidity/radiation etc. I get the following information when using
*nc_open* function in R:
datafile: https://www.dropbox.com/s/xpo7zklcmtm3g5r/gfdl_preci.nc?dl=0
File gfdl_preci.nc (NC_FORMAT_NETCDF4_CLASSIC):
1 variables (excluding dimension variables):
2012 Feb 03
1
ordering of factor levels in regression changes result
I was surprised to find that just changing the base level of a factor variable changed the number of significant coefficients in the solution.
I was surprised at this and want to know how I should choose the order of the factors, if the order affects the result.
Here is the small example. It is taken from 'The R Book', Crawley p. 365.
The data is at
2012 Oct 15
2
Puppet not picking up files
Hi
I largely copied the example in
http://docs.puppetlabs.com/learning/modules1.html. But I''m getting an error
when running the following from the client:
puppet agent --server puppetmaster --waitforcert 60 --test
err: /Stage[main]/Ntp/File[ntp.conf]: Could not evaluate: Could not
retrieve information from environment production source(s)
file:/etc/puppet/modules/ntp/files/ntp.conf
2016 Aug 05
0
Re: Libvirt: dynamic ownership did not work
On 04.08.2016 20:28, Jonatan Schlag wrote:
>
>
>> Then the other option that comes to my mind is a race with somebody else
>> on the system. You can attach gdb to the daemon and set breakpoint to
>> virSecurityDACSetOwnershipInternal(). In the arguments you should see
>> the path eventually among with uid:gid.
>>
>> BTW: what's the domain XML?
>
2018 Nov 27
0
NBDE, clevis and tang for non-root disk
On Tue, Nov 27, 2018 at 3:14 PM mark <m.roth at 5-cent.us> wrote:
> What we do is to have the encryption key of the secondary filesystem in
> /etc/crypttab, which is, of course, 600. As it boots, it decrypts from
> that as
> it mounts the rest of the system.
>
> mark
>
Thanks, this is working as expected and it gave me the hint needed to find
the actual
2018 Nov 27
1
NBDE, clevis and tang for non-root disk
Radu Radutiu wrote:
> On Tue, Nov 27, 2018 at 3:14 PM mark <m.roth at 5-cent.us> wrote:
>
>> What we do is to have the encryption key of the secondary filesystem in
>> /etc/crypttab, which is, of course, 600. As it boots, it decrypts from
>> that as it mounts the rest of the system.
>>
> Thanks, this is working as expected and it gave me the hint needed to
2005 May 05
0
Mac OS X 10.4 AD / Samba problems
I am having some problems with joining a Mac OS X
machine to my Win2k AD domain, that appear to be Samba
problems.
All home directroies in the domain are hosted on a
Suse 9.2 box running samba 3.0.9-2.3-SUSE. Windows
machines in the domain work fine, mounting a home
directory from the samba machine.
The Mac OS X machine half works. It domain users can
log into the Mac machine with their AD
2003 Sep 04
0
Suggestion for 'contrasts' help page
The help page for 'contrasts' has a mention of the 'options' in the Details
section. Would it make sens to include an example of how to use options
to set the contrasts?
# Set contrasts for furhter computations
options(contrasts=c("contr.treatment","contr.poly"))
This seems useful to me.
Kevin Wright
2006 Mar 08
0
Checking effective group membership - Linux side
First off, on the Windows side I use "ifmember.exe /list" to check the group membership in affect for the currently logged in domain user, works like a charm.
However, Linux side is another story, specifically the net command.
We have, among others, the following mapping in place:
net groupmap modify ntgroup="Domain Admins" unixgroup=domadmin
Based on this documentation:
2004 May 05
1
Printproblems in 3.0.3 - Postscript files contain log messages
Hello!
I'm having a problem with Samba 3.0.3 on a HP-UX 11.00 server. In Samba,
I'm having a printer which allows me to create PDF files. For this, I
added the following lines to smb.conf:
[global]
load printers = No
printcap name = /etc/opt/samba/printcap
[printers]
comment = Defaults for all printers
path = /var/opt/samba/spool
read only = Yes
2015 Aug 07
0
EFI: HP + syslinux = crash [ brown paper bag update ]
>> Unfortunately I can't test anymore until Friday. Maybe gnu-efi got
>> updated? I seem to remember seeing a shell script pulling in the
>> newest version during compilation...
>
> It's version locked to a certain commit ID.
Okay, so that's good. No worries there.
=== preamble ===
In this mail I talk about two different commits. To identify them
furhter,
2011 Sep 07
3
Editing the variables attributes section in the netCDF header of netCDF files created using the package ncdf.
Hi,
I am using the package ncdf to create netCDF files and I want to mimic the the header of an exiting netCDF file created outside of R. Below is what the existing header looks like (part of it that is different):
netcdf ccd1984_05_08 {
dimensions:
lat = 1974 ;
lon = 1894 ;
time = UNLIMITED ; // (1 currently)
variables:
int time(time) ;
2016 Aug 04
2
Re: Libvirt: dynamic ownership did not work
Am Do, 4. Aug, 2016 um 5:07 schrieb Michal Privoznik
<mprivozn@redhat.com>:
> On 04.08.2016 13:59, Jonatan Schlag wrote:
>>
>>
>> Am Do, 4. Aug, 2016 um 1:38 schrieb Michal Privoznik
>> <mprivozn@redhat.com>:
>>> On 04.08.2016 12:12, Jonatan Schlag wrote:
>>>>
>>>>
>>>> Am Do, 4. Aug, 2016 um 11:32
1999 Nov 22
2
netCDF and/or HDF4/5 interfaces for R?
Hi,
I was wondering whether there are interfaces to netCDF, HDF4,
or HDF5 for "R".
Thanks,
Thomas.
tmb-r-project at lumo.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the
2004 Apr 06
2
A package to read and write NetCDF?
I am looking for a package to read and write NetCDF files.
NetCDF package says it can only read, not write.
Another package for the standard binary file format?
Daehyok Shin
2010 Jul 27
0
360-day calendar-netcdf
Hi,
Recently I started working with netcdf IPCC climate model data and I am
using R to analyze these data. Some problems occur while doing this, as
I am using the output of different climate models which are different in
for example time calendar and grid coordinates.
To analyze monthly means I have been using the function /chron/ for 365
day calendar time series. Originally the time is in
2011 Mar 16
2
how do we read netcdf / hdf files in R?
Dear R Users,
How do we read netcdf / hdf format files in R ?
Also, can we convert netcdf to hdf format in R?
Great Thanks,
Best Regards,
Yogesh
[[alternative HTML version deleted]]
2004 Nov 12
2
whether R can import netcdf file format data ?
Hello R Users,
Whether 'R' can import Netcdf format data files ??
Any package in 'R' that can help me on this front ??
Many thanks in advance,
Regards,
Yogesh
--
===========================================
Yogesh K. Tiwari,
Max-Planck Institute for Biogeochemistry,
Postfach 10 01 64, D-07701 Jena,
Germany
Office : +49 3641 576376
Fax : +49 3641 577300
Home : +49
2002 Apr 17
0
using the netCDF.zip package in Windows (XP).
Dear R-help,
I have a question relating to the netCDF package for R in the Windows
environment. I
have used this package in the Linux version with no problem, and the
Windows version
of R installed the package without problems. But there are problems when
I try to read a
netCDF file:
Error in .C("open_netcdf", filename, id=as.integer(verbose)):
C/Fortran function name not in load