Select to view content in your preferred language

NetCDF conversion

3892
4
04-08-2011 12:28 PM
BenjaminBranch
Emerging Contributor
Hello,

Is there a batch process for conversion of NetCDF files to shapefiles?
What are the limitations?

What attributes could be lost?
I'm particulary interested in the time aspects and transfer use of time awareness features in tracking analysis or the tracking server.

Thanks,
Dewayne
0 Kudos
4 Replies
DaleHoneycutt
Deactivated User
We have tools for operating on NetCDF data.  See the Multidimension toolbox:  (http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/An_overview_of_the_Multidimension_tool...)

There's also a book of topics in the help system about working with NetCDF.  Here's the first topic of the book: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/What_is_netCDF_data/004600000001000000...
0 Kudos
LeifBrottem
New Contributor
hello,

I am working with hundreds of netCDF files so I used a python script to successfully 'Make NetCDF Raster Layer' in order to load the files into ARC.  Although the script ran, I'm not exactlly sure what it did.  There aren't any resulting layers that I can see.  Is there another additional step (that I can do with a python script) that I'm missing here in order to have usable raster data?

thanks
0 Kudos
mercebarnolas
Emerging Contributor
I think that you can't see them because they are raster layers. After the 'Make NetCDF Raster Layer' try to convert the outputs into raster datasets (for ex. with a 'copy raster')


hello,

I am working with hundreds of netCDF files so I used a python script to successfully 'Make NetCDF Raster Layer' in order to load the files into ARC.  Although the script ran, I'm not exactlly sure what it did.  There aren't any resulting layers that I can see.  Is there another additional step (that I can do with a python script) that I'm missing here in order to have usable raster data?

thanks
0 Kudos
PamFroemke
Deactivated User
I am also working with hundreds of netCDF files and have not been successful with a Python batch script. Could you possibly post your script, leifbrottem?
I've tried a for loop with the ListDatasets command and it doesn't seem to understand the *.nc files I have.
0 Kudos