Changes between Version 2 and Version 3 of Converting HDFs to ArcGIS rasters

Show
Ignore:
Author:
jjr8 (IP: 69.251.238.190)
Timestamp:
05/27/08 15:51:56 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Converting HDFs to ArcGIS rasters

    v2 v3  
    11= Converting HDFs to ArcGIS Rasters = 
    22 
    3 Many oceanography products are published in HDF format but ArcGIS 9.1 cannot read HDF. Arc 9.2 [http://webhelp.esri.com/arcgisdesktop/9.2/body.cfm?tocVisable=1&ID=2458&TopicName=Supported%20raster%20dataset%20file%20formats is supposed to support HDF] but my experience has not been very good. For example, I have been unable to get it to read [http://podaac-www.jpl.nasa.gov/products/product109.html PO.DAAC QuickSCAT ocean winds] HDFs, and it is extremely slow at reading [http://www.nodc.noaa.gov/sog/pathfinder4km/ NOAA NODC 4 km AVHRR Pathfinder SST] HDFs. It also appears that Arc cannot detect the projection used by HDF files, which is not surprising due to the lack of a widely-adopted standard for HDF metadata. As a result, you must copy the HDF to some other format, shift and rescale the data, and define the projection yourself. 
     3Many oceanography products are published in HDF format but ArcGIS 9.1 cannot read HDF. Arc 9.2 [http://webhelp.esri.com/arcgisdesktop/9.2/body.cfm?tocVisable=1&ID=2458&TopicName=Supported%20raster%20dataset%20file%20formats is supposed to support HDF] but my experience has not been very good. For example, I have been unable to get it to read [http://podaac.jpl.nasa.gov/PRODUCTS/p109.html PO.DAAC QuickSCAT ocean winds] HDFs, and it is extremely slow at reading [http://www.nodc.noaa.gov/sog/pathfinder4km/ NOAA NODC 4 km AVHRR Pathfinder SST] HDFs. It also appears that Arc cannot detect the projection used by HDF files, which is not surprising due to the lack of a widely-adopted standard for HDF metadata. As a result, you must copy the HDF to some other format, shift and rescale the data, and define the projection yourself. 
    44 
    55HDF conversion utilities exist but as far as I've seen, none are available as geoprocessing tools. The MGET [http://code.env.duke.edu/projects/mget/browser/MGET/Trunk/PythonPackage/dist/TracOnlineDocumentation/Documentation/ArcGISReference/HDF.SDSToArcGISRaster.html?format=raw Convert SDS in HDF to ArcGIS Raster] tool will convert a Scientific Data Set (SDS) in an HDF file to ArcGIS raster format.