DCDB BATHYMETRY PDS·dataset
Community-contributed ocean depth readings (NOAA)
Crowdsourced Bathymetry
land NOAA NOAA active
In plain English
What it measures. Seafloor depth measurements gathered by volunteers and everyday vessels rather than dedicated survey ships, pooled into a shared collection.
How it's made. Collected through a crowdsourcing effort run with the International Hydrographic Organization and hosted by NOAA.
How & where you'd use it. Adds depth information in places that lack official surveys, helping fill gaps in seafloor maps.
What's measured
aws-pdsearth observationoceans
Coverage & cadence
- Time span— → ongoing
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
Community provided bathymetry data collected in collaboration with the International Hydrographic Organization.
Get the data
# NOAA Open Data on AWS — public S3, no login
import s3fs
fs = s3fs.S3FileSystem(anon=True)
# find this dataset's bucket in the docs link in the sidebar, then:
# files = fs.ls("noaa-<bucket>/...")
# open NetCDF/GRIB with xarray, COGs with rioxarray NOAA Open Data is on public AWS S3 — no login at all (anonymous access).
Official links
- Open data source NOAA Open Data