Displaying 20 results from an estimated 100 matches similar to: "NetCDF, open *.nc"
2010 Nov 17
1
Problem downloading and opening netcdf file
I am trying to download and open an on-line netcdf file.
I'm using Windows XP and R 2.11.1
Here's my script
library(ncdf)
link <-
"http://ibis.grdl.noaa.gov/SAT/SeaLevelRise/slr/slr_sla_gbl_free_all_66.nc"
dest <- "C:/temp/slr_sla_gbl_free_all_66.nc"
download.file(url=link,destfile=dest)
nc1 <- open.ncdf(dest)
The file appears in my C:/temp
2024 May 02
1
named wont start
On 5/1/24 17:51, Peter Carlson via samba wrote:
>
> On 5/1/24 17:32, Peter Carlson via samba wrote:
>>
>>>>>> In an ideal world, the Samba dns server (be it the internal or
>>>>>> Bind9) should just be responsible for the AD domain and forward
>>>>>> anything unknown to another dns server (which is how dns servers
2011 Aug 05
2
R compare cells in one matrix
Good morning!
Please, could you help me with the problem?
I have a matrix *144x73.*
An example of a matrix:
[,1] [,2] [,3] [,4] [,5]
[1,] 277.4 276.24 275.62 276.55 278.05
[2,] 277.4 276.24 275.55 276.42 277.72
[3,] 277.4 276.24 275.50 276.22 277.39
[4,] 277.4 276.24 275.42 276.02 277.02
[5,] 277.4 276.22 275.37 275.82 276.64
And I want to *compare*its cells
2005 Aug 22
2
problem building dendrograms to use with heatmap()
Hi,
I'm trying to build dendrograms to pass to heatmap().
The dendrograms I build plot properly, but when I pass them to heatmap() I get
the error message "row dendrogram ordering gave index of wrong length" (see
output log below).
I looked in the code of heatmap() and saw that the error was due to a NULL
return value from order.dendrogram(), which in turn got a NULL return value
2017 Aug 14
2
ncdf4: Why are NAs converted to _FillValue when saving?
Dear all
I'm a newbie regarding netcdf data. Today I realized that I maybe do not understand some basics of the netcdf. I want to create a *.nc file containing three variables for Switzerland. All data outside of the country are NAs. The third variable is calculated from the first two variables. Basically there is no problem to do that. I copy the file with the data of the first variable,
2011 Aug 16
1
Write vector/matrix in a loop
Hello!
I'm trying to *save values* (*row and col*) in two matrices(1,m) or vectors.
I have a loop, where a get these values:
for(i in 144){
for(j in 73){
if(B4[i,j]==1){ # B4 is a matrix(73, 144)
row <- B4[i-(i-1),j]
col <- B4[i,j-(j-1)]
}
}
}
*How to save row and col?*
Thank you!
--
View this message in context:
2003 Mar 28
1
overlapping pattern match (errata 2.0)
well! excuse me again but...
your.string <- "aaacdf"
nc1 <- nchar(your.string)-1
x <- unlist(strsplit(your.string, NULL)) ######## CORRECT
x2 <- c()
for (i in 1:nc1)
x2 <- c(x2, paste(x[i], x[i+1], sep="")) ######## ERRATA 2
cat("ocurrences of <aa> in <your.string>: ", length(grep("aa", x2)),
sep="", fill=TRUE)
Fran
2017 Aug 14
0
ncdf4: Why are NAs converted to _FillValue when saving?
On Mon, Aug 14, 2017 at 5:29 AM, <raphael.felber at agroscope.admin.ch> wrote:
Dear all
>
> I'm a newbie regarding netcdf data. Today I realized that I maybe do not
> understand some basics of the netcdf. I want to create a *.nc file
> containing three variables for Switzerland. All data outside of the country
> are NAs. The third variable is calculated from the first two
2015 Mar 24
3
NetCDF
Buenas tardes,
pido disculpas si mi consulta es demasiado elemental, pero actualmente
encuentro una gran barrera para continuar mi trabajo si no lo solvento.
Soy usuaria principiante de R, estoy trabajando con una base de datos
climática <https://digital.csic.es/handle/10261/104742>que se encuentra en
formato netcdf4 y necesito transformarla a la versión 3 con el fin de
visualizarlo en un
2024 Apr 30
1
named wont start
Not sure if this library is provided by samba team or isc, but I can no
longer start my named service if I connect it with samba. brief history:
I am having problems with named hanging, isc says step1 is to upgrade to
the latest bind.? As soon as I upgrade to latest bind, it wont start.?
Now the first step is to figure out which mailing list to talk to
?syslog:
Apr 30 07:43:02 nc1
2004 Aug 03
1
(PR#7152) Ops.ts returns non-ts object for univariate operations
This is a cryptographically signed message in MIME format.
--------------ms010908060700000604050108
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Sorry.
You're right about the univariate numeric operators. My bad.
However, I was expecting !x to return a time series, just like the
binary logical operators do.
For example:
> b <-
2009 Jan 23
1
Reading nc files
Dear all,
I have to open and read several netCDF (.nc) files. I installed the
ncdf package and everything works fine.
The problem is that I also have several netCDF files that are also
ziped. These files are in the form,:
nc_file.gz
I tried different ways (within R) to unzip and read them, but they did not work.
I'll appreciate any suggestion on how to do that.
Thanks,
Magdalena Lucini
2010 Dec 13
0
Problem with retrieve.nc of clim.pact
Goodmorning to everyone,
I'm new so sorry for bad english and formulation.
I go to the point: I am using since months the retrieve.nc function from
clim.pact to extract data from netcdf files. I always had no problem, but
some days ago I updated both R and the package to the latest versione (don't
ask me what was the previous R version, cause I don't remember).
However, now i am in
2011 Jun 17
0
Inconsistent results from var.get.nc in RNetCDF
Hello -
I am having trouble extracting data from NetCDF data files using
RNetCDF. The data files each have 3 dimensions (longitude, latitude,
and a date) and 3 variables (latitude, longitude, and a climate
variable).
Here is some of the output from print.nc for clarity:
-----
dimensions:
month = UNLIMITED ; // (1368 currently)
lat = 3105 ;
lon = 7025 ;
variables:
float
2003 Nov 03
1
Asterisk compliance with RFC 2617 (qop, nc and cnonce) - in relation to sipcall.co.uk
Hi All,
I am attempting to setup Asterisk with sipcall.co.uk. They use Intertex
kit to provide the SIP service. Unfortunately Asterisk cannot seem to
authenticate against Intertex. Having provided SIP debug info the
provider has informed me that Asterisk does not appear to support 'qop',
'nc' and 'cnonce' which are used to stop replay attacks.
So, does Asterisk support
2006 Apr 10
0
NORTH CAROLINA: Any interest in starting NC User Group?
I have noticed other parts of the U.S. and the world posting about user
groups, and wondered if we have enough Asterisk users and interest in
the Carolinas to start a group. I am willing to help with the
organizational effort if there is interest and maybe one or two other
folks who would be willing to help with organization.
I tried to post this message last week, but accidentaly used the
2013 Mar 07
1
nc not working as advertised
I can't get nc to do anything worthwhile. In fact I can't even get the
examples in the manpage to work. From either my C6 servers or my F17
notebooks. For example:
echo -n "GET / HTTP/1.0\r\n\r\n" | nc medon.htt-consult.com 80
Gets no response. And looking into the access.log of medon shows no
access by my client.
I have tried the client/server on both -4 and -6 on a
2014 Dec 08
0
CEEA-2014:1968 CentOS 6 nc FASTTRACK Enhancement Update
CentOS Errata and Enhancement Advisory 2014:1968
Upstream details at : https://rhn.redhat.com/errata/RHEA-2014-1968.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
ee347651b5b3dbb690c6e3c160a7ac755e47b188ad079a6938d7cc2977c6cafa nc-1.84-24.el6.i686.rpm
x86_64:
2017 Jan 16
0
Initial replication halts with "The handle is invalid." (msDS-NC-Replica-Locations corrupted?)
On Mon, 16 Jan 2017 14:03:37 -0500
Adam Tauno Williams <awilliam at whitemice.org> wrote:
> Quoting Adam Tauno Williams via samba <samba at lists.samba.org>:
> > Quoting Rowland Penny via samba <samba at lists.samba.org>:
> >>> samba-tool's dbcheck finds only two errors in cn=Configuration,
> >>> but it does not repair them. These appear to
2007 Apr 16
1
Reg-NC module
Hello All,
Does anybody know which spectral characteristics produce metallic sounds in
the output of Noise Cancellation?
I mean i am looking for the rrot cause of this problem.
Thanks and Regards,
Ravikiran N
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070416/380c9597/attachment.html