barronh / pseudonetcdf

PseudoNetCDF like NetCDF except for many scientific format backends
GNU Lesser General Public License v3.0
76 stars 35 forks source link

Updated val2idx to fix bounds warning #134

Closed barronh closed 2 years ago

barronh commented 2 years ago

First, do not warn if there are no out of bounds points. Second, even when using nearest or exact the file should be bounds aware.

This addresses both of those issues.