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.1.tar.gz
(17.3 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.1.tar.gz.
File metadata
- Download URL: seareport_data-0.3.1.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.7 Linux/6.17.2-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c2d0e8c6b21d2fe41a417e5cea8054c1ea77538ebe03a5f53818e223b6b65c0
|
|
| MD5 |
3bc3a97bcc204404acaee46af0c90e46
|
|
| BLAKE2b-256 |
7019b7c4b77e34fe9290995a59fa31272af15911bfc5fb9076b5bf28d6bcdb97
|
File details
Details for the file seareport_data-0.3.1-py3-none-any.whl.
File metadata
- Download URL: seareport_data-0.3.1-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.7 Linux/6.17.2-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2717201af0b580a992abc77eba94ef82eac0cffb17f893f8424c54334dbdc112
|
|
| MD5 |
23930cca60a240476b8d18120194bb09
|
|
| BLAKE2b-256 |
53043a3023a61314ec26c1dca0b92a70bd33a6e949e4f92e6dabe7aff1793918
|