Displaying 1 result from an estimated 1 matches for "nohrsc".
Did you mean:
nocrs
2013 Jan 29
2
Netcdf and Raster Package Questions, Need .asc File for GIS
...DRICAL" ;
:SOUTH_WEST_CORNER_LAT = 48.005f ;
:SOUTH_WEST_CORNER_LON = -167.995f ;
:DX = 0.01f ;
:DY = 0.01f ;
2) Is there a better way to read a netcdf file and create an .asc file
that can be read into GIS (GRASS or ArcGIS)
*_Code Used_*
# get net cdf file, big file
wget
ftp://ftp.nohrsc.nws.gov/pub/staff/fall/Hultstrand/NOAH32.201204110000.d01.nc
##################
#### COMMANDS ##
##################
# look at netcdf file header info
ncdump -h NOAH32.201204110000.d01.nc
##########
# Start R #
##########
library(ncdf)
ex.nc = open.ncdf("NOAH32.201204110000.d01.nc&quo...