No project description provided
Project description
seareport_data
Installation
pip install seareport_data
or
conda install -c conda-forge seareport_data
Usage
import seareport_data as D
# ETOPO supports datasets: "bedrock", "surface", "geoid"
# ETOPO supports version: "2022"
# ETOPO supports resolutions: "30sec" and "60sec"
D.etopo_ds("bedrock")
D.etopo_ds("surface", "60sec")
D.etopo_ds("geoid", "60sec", "2022")
# GEBCO supports datasets: "ice" and "sub_ice"
# GEBCO supports versions: "2022", "2023" and "2024"
D.gebco_ds("ice", "2022")
D.gebco_ds("ice", "2023")
D.gebco_ds("sub_ice", "2024")
# GSHHG supports resolutions: "crude", "low", "intermediate", "high", "full" and
# GSHHG supports shorelines: "5" and "6"
D.gshhg_df("low", "5")
D.gshhg_df("intermediate", "6")
# RTOPO supports datasets: "bedrock", "ice_base", "ice_thickness", "surface_elevation"
D.rtopo_ds("bedrock")
D.rtopo_ds("ice_base")
D.rtopo_ds("ice_thickness")
D.rtopo_ds("surface_elevation")
# SRTM15+ doesn't have any options
D.srtm15p_ds()
# UTM doesn't have any options
D.utm_df()
# OSM does have options (e.g. version) but they currently only accept one value so...
D.osm_df()
D.osm_df("ice")
D.osm_df("land")
D.osm_df("ice", "2025-10")
D.osm_df("land", "2025-05")
# Emodnet support is Provisional.
# The API only returns the paths to the files. There is no high level function to get the
# data in a single step
D.emodnet()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
seareport_data-0.3.2.tar.gz
(17.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seareport_data-0.3.2.tar.gz.
File metadata
- Download URL: seareport_data-0.3.2.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.14.2 Linux/6.18.5-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbda8953c19819837d3d323b20eb709b3bd9b98d9a2af46c8841661d4813f2fd
|
|
| MD5 |
27c90c52cbc807750cd7ad8c550acecd
|
|
| BLAKE2b-256 |
a41164b92a2167cfa6f88cc580e883ecc3d4b90d79b3f50bb89444bfb4144799
|
File details
Details for the file seareport_data-0.3.2-py3-none-any.whl.
File metadata
- Download URL: seareport_data-0.3.2-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.14.2 Linux/6.18.5-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2253aaa56262c0a3e6caeaeb094949944929ede638ab34de0f0938c306ec914c
|
|
| MD5 |
c89ff36937dee185b943658f64cb5135
|
|
| BLAKE2b-256 |
241adcd320bcc628e133717f58e7e5faca9e77841cf5ba22ed1be5855a4f1b36
|