NCPP / ocgis

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Other
70 stars 19 forks source link

OcgOperations output_format=netcdf-esmf-unstruct not supported #491

Closed rokuingh closed 5 years ago

rokuingh commented 5 years ago

OcgOperations output_format=keep_auxiliary_files=False is not supported, executions ends with the following traceback:

ocgis.exc.DefinitionValidationError: OcgOperations validation raised an exception on the argument/operation "output_format" with the message: Valid arguments are: ['shp', 'csv', 'csv-shp', 'ocgis', 'geojson', 'nc', 'meta-json', 'meta-ocgis'].

bekozi commented 5 years ago

Netcdf writing now allows ESMF Unstruct output while maintaining conversion from UGRID.

Merged to master.