NOAA-ORR-ERD / gridded

A single API for accessing / working with gridded model results on multiple grid types
https://noaa-orr-erd.github.io/gridded/index.html
The Unlicense
64 stars 14 forks source link

Add support for non-gridded data #71

Open ChrisBarker-NOAA opened 2 years ago

ChrisBarker-NOAA commented 2 years ago

we somethimes get dat on pints with no grid info.

We should be able to handle that.

1) the simolest way is to do nearest neighbor interpolation.

2) another option would b eto triangulate the points.

3) or use one of scipy's interpolation methods.

work started in the ungridded branch.