oceansdb icon indicating copy to clipboard operation
oceansdb copied to clipboard

A database of marine reference data like climatologies and bathymetry

Results 7 oceansdb issues
Sort by recently updated
recently updated
newest added

@s-good identified a special case near land that would fail CARS.

Is the library able to access ETOPO 2022 15 arc-second data? [https://www.ncei.noaa.gov/products/etopo-global-relief-model](https://www.ncei.noaa.gov/products/etopo-global-relief-model) [https://www.ngdc.noaa.gov/thredds/catalog/global/ETOPO2022/15s/15s_bed_elev_netcdf/catalog.html](https://www.ngdc.noaa.gov/thredds/catalog/global/ETOPO2022/15s/15s_bed_elev_netcdf/catalog.html)

Thanks for the oceansdb project. I would like to add more parameters from the WOA18, I have added the md5sums for the seasonal netcdf files, is there some way of...

I tried ``` db = oceansdb.WOA() db.tscale="annual" o = db["dissolved_oxygen"].extract( var="mean", depth=depth, lat=latitude, lon=longitude ) ``` which complaints about the missing `doy`. Adding a value for `doy' then results in...

Create a new test that runs on all registered source data to be sure that all them still exist. Download only a tiny piece. Some files can be quite large....

enhancement

When extracting a horizontal slice from one of the ocean databases, it seems that the continental grid values are not retrieved correctly. As a result, the values are averaged over...

bug

Thank you for developing the OceansDB package. I compared two profiles, one with the World Ocean Atlas database, and one with CSIRO's CARS climatology. I noticed that CARS follows ETOPO's...