csiro-coasts / emsarray

xarray extension that supports EMS model formats
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Set `units`, `standard_name` and `coordinate_type` for lon/lat coordinates in point extraction #33

Closed mx-moth closed 1 year ago

mx-moth commented 1 year ago

With emsarray extract-points the output dataset should have CF compliant attributes for the lon/lat coordinate variables.

Questions: Should this be part of extract_dataframe operation or part of the ExtractPoints entry point? My preference is for the extract_dataframe operation.