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

extrapolate=False doesn't work for depth... #30

Open ChrisBarker-NOAA opened 6 years ago

ChrisBarker-NOAA commented 6 years ago

I tried:

a_variable.at()
temp.at((lon, lat, 100), datetime.datetime(2016, 8, 1, 10), extrapolate=False)

and it seems to be extrapolating well above the water surface.

ChrisBarker-NOAA commented 6 years ago

Oh, and how do you get the "surface" value from a 3D dataset?