ESM-VFC / esm-vfc-api-demo

MIT License
3 stars 2 forks source link

Return model grid coordinate values along with extracted model data #6

Closed benbovy closed 3 years ago

benbovy commented 4 years ago

From my https://github.com/ESM-VFC/esm-vfc-api-demo/pull/2#discussion_r431665874 :

Since the coordinates are already provided in the query data (as GEOJson), I'm not sure if we actually need to return it.

Actually, we should return it. For nearest-neighbor lookup: model grid coordinate values != observation points coordinate values. Model coordinate values may be useful on the client side.