EsriOceans / btm

Benthic Terrain Modeler
http://resources.arcgis.com/en/communities/oceans/
Mozilla Public License 2.0
26 stars 7 forks source link

IQR and Kurtosis fail with 2+GB rasters #104

Open noahslocum opened 8 years ago

noahslocum commented 8 years ago

Failure is caused by arcpy.RastertoNetCDF_md tool which cannot process rasters that are >=2GB. A workaround should be implemented that either replaces the ArcPy conversion tool or allows users to do the conversion themselves for larger rasters (using external tools such as gdal_translate) and provide a .nc file as the input dataset for the tool.