Skip to main content

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

Project description

BathyReq

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 git+https://github.com/NeptuneProjects/BathyReq.git

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-0.1.1.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

bathyreq-0.1.1-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bathyreq-0.1.1.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for bathyreq-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ec45278842369f09547f8af7ff68a93ca75465443e7e0125a52d9d77e11a2344
MD5 cfb59c5d1aeda3795fbb3e17b6b1e17c
BLAKE2b-256 024d21d3d5fb1b8d8f95bab5803c806bd4565aff12186d8f50c61f788e2e61e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bathyreq-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 12.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for bathyreq-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 05f5e9bcdd8adb2aa1345927f82c8d09d866fcf7f3b7e6158019f60cc4b3a43b
MD5 afa9d652f908fa61fad448f67beb41aa
BLAKE2b-256 fcef381db46e9ca96d4de176ed2a1b74b6ddf3dc915721db1e270fa17a363a91

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