Skip to main content

BathyReq: A Python package for querying public bathymetric data sources.

Project description

BathyReq

DOI

A Python package for querying public bathymetric data sources. Currently only digital elevation model (DEM) data from the NOAA National Centers for Environmental Information (NCEI) database is supported. Future development will focus on implementing other sources, such as the General Bathymetric Chart of the Oceans (GEBCO) and NOAA's new Blue Topo project.

Installation

pip install bathyreq

Usage

Download bathymetric data for a given area:

import bathyreq

req = bathyreq.BathyReq()
data, lonvec, latvec = req.get_area(
    longitude=[-117.43, -117.23], latitude=[32.55, 32.75]
)

Download bathymetric data for a given set of longitude/latitude pairs:

import bathyreq

req = bathyreq.BathyReq()
data = req.get_points(
    longitude=[-117.43, -117.23], latitude=[32.55, 32.75]
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bathyreq-1.0.1.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

bathyreq-1.0.1-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file bathyreq-1.0.1.tar.gz.

File metadata

  • Download URL: bathyreq-1.0.1.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for bathyreq-1.0.1.tar.gz
Algorithm Hash digest
SHA256 c11923d30714c9a215e3643774224121e38c5a854e055ecb6fcf41fa796375c3
MD5 cb16293c96f24a1caf8f09fefa7577d3
BLAKE2b-256 8b861cb65ba211f2d51887eafe976f55c2eda2c5bdb57b2be92a4085c9e36979

See more details on using hashes here.

File details

Details for the file bathyreq-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: bathyreq-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for bathyreq-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 285423d32a0e5097f7c80f1a597683da73b9c2c36c79fca74fbeda8a4b70756b
MD5 ae117826418eeb6ff3457c0698d1cf57
BLAKE2b-256 0c821e597f41f09eb7ee1a4787f6dfae9a1dcc47432f9e6fa45b7552f38f50cb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page