Model:Topography Data Component: Difference between revisions
No edit summary |
|||
(12 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
{{End a table}} | {{End a table}} | ||
{{Model identity2 | {{Model identity2 | ||
|ModelDomain=Terrestrial, Hydrology, Coastal, Geodynamic, Climate, Ecosystems, Cryosphere, Human dimensions | |ModelDomain=Terrestrial, Hydrology, Coastal, Marine, Geodynamic, Climate, Ecosystems, Cryosphere, Human dimensions | ||
|Spatial dimensions=2D | |Spatial dimensions=2D | ||
|Spatialscale=Global, Continental, Regional-Scale, Landscape-Scale, Watershed-Scale | |Spatialscale=Global, Continental, Regional-Scale, Landscape-Scale, Watershed-Scale | ||
|One-line model description=A CSDMS data component used to fetch and cache NASA Shuttle Radar Topography Mission (SRTM) land elevation data using the OpenTopography REST API. | |One-line model description=A CSDMS data component used to fetch and cache NASA Shuttle Radar Topography Mission (SRTM) and JAXA Advanced Land Observing Satellite (ALOS) land elevation data using the OpenTopography REST API. | ||
|Extended model description=Topography is a Python library to fetch and cache NASA Shuttle Radar Topography Mission (SRTM) land elevation data using the OpenTopography REST API. | |Extended model description=Topography is a Python library to fetch and cache NASA Shuttle Radar Topography Mission (SRTM) and JAXA Advanced Land Observing Satellite (ALOS) land elevation data using the OpenTopography REST API. | ||
The Topography library provides access to the following global raster datasets: | The Topography library provides access to the following global raster datasets: | ||
Line 16: | Line 16: | ||
* SRTM GL3 (90m) | * SRTM GL3 (90m) | ||
* SRTM GL1 (30m) | * SRTM GL1 (30m) | ||
* SRTM GL1 (Ellipsoidal) | * SRTM GL1 (30m, Ellipsoidal) | ||
* ALOS World 3D (30m) | |||
* ALOS World 3D (30m, Ellipsoidal) | |||
* Global Bathymetry SRTM15+ V2.1 | |||
* NASADEM Global DEM | |||
* Copernicus Global DSM 30m | |||
* Copernicus Global DSM 90m | |||
The library includes an API and CLI that accept the dataset type, a latitude- | The library includes an API and CLI that accept the dataset type, a latitude-longitude bounding box, and the output file format. Data are downloaded from OpenTopography and cached locally. The cache is checked before downloading new data. Data from a cached file can optionally be loaded into an xarray DataArray using the experimental open_rasterio method. | ||
}} | }} | ||
{{Start model keyword table}} | {{Start model keyword table}} | ||
Line 32: | Line 38: | ||
{{Model keywords | {{Model keywords | ||
|Model keywords=data | |Model keywords=data | ||
}} | |||
{{Model keywords | |||
|Model keywords=DEM | |||
}} | |||
{{Model keywords | |||
|Model keywords=alos | |||
}} | |||
{{Model keywords | |||
|Model keywords=NASADEM | |||
}} | |||
{{Model keywords | |||
|Model keywords=Copernicus | |||
}} | }} | ||
{{End a table}} | {{End a table}} | ||
Line 85: | Line 103: | ||
}} | }} | ||
{{DOI information | {{DOI information | ||
|DOI-filelink=https://doi.org/10.5281/zenodo. | |DOI model=10.5281/zenodo.4608652 | ||
|DOI assigned to model version=v0.8.5 | |||
|DOI-year assigned to model version=2024 | |||
|DOI-filelink=https://doi.org/10.5281/zenodo.4608652 | |||
}} | }} | ||
{{Start coupled table}} | {{Start coupled table}} | ||
Line 96: | Line 117: | ||
==Introduction== | ==Introduction== | ||
For more information on bmi-topography, including installation instructions and examples, see the documentation: https://bmi-topography.readthedocs.io. View the source code at https://github.com/csdms/bmi-topography. | |||
{{LaunchModel|model=bmi-topography|link=https://jupyter.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fcsdms%2Fbmi-topography&urlpath=lab%2Ftree%2Fbmi-topography%2Fexamples%2FREADME-bmi-topography.ipynb%3Fautodecode&branch=main}} | |||
== History == | == History == | ||
Line 112: | Line 137: | ||
== Help == | == Help == | ||
{{#ifexist:Model_help:{{PAGENAME}}|[[Model_help:{{PAGENAME}}]]|}} | {{#ifexist:Model_help:{{PAGENAME}}|[[Model_help:{{PAGENAME}}]]|}} | ||
Visit the CSDMS Help Desk at https://csdms.github.io/help-desk. | |||
== Input Files == | == Input Files == | ||
== Output Files == | == Output Files == |
Latest revision as of 15:51, 20 September 2024
Topography Data Component
Metadata
|
|
Introduction
For more information on bmi-topography, including installation instructions and examples, see the documentation: https://bmi-topography.readthedocs.io. View the source code at https://github.com/csdms/bmi-topography.
Run on EarthscapeHub
bmi-topography is installed on EarthscapeHub, a set of JupyterHub instances managed by CSDMS.
Click this button:
to launch the bmi-topography Jupyter notebook tutorials on the EarthscapeHub jupyter instance.
Note
There are two conditions on running the bmi-topography notebooks:
- Access to the EarthscapeHub jupyter instance is controlled through GitHub credentials. If you don't already have access to jupyter, please see these instructions on how to to sign up and sign in.
- Once you've signed in to jupyter, be sure to select the "CSDMS" kernel from the JupyterLab kernel picker in order to run the notebooks.
If you encounter any problems using EarthscapeHub, please contact us through the CSDMS Help Desk.
History
See https://github.com/csdms/bmi-topography/blob/main/CHANGES.md.
References
Nr. of publications: | 1 |
Total citations: | 0 |
h-index: | --"--" is not a number. |
m-quotient: | 0 |
Featured publication(s) | Year | Model described | Type of Reference | Citations |
---|---|---|---|---|
Gan, Tian; Tucker, Gregory E.; Hutton, Eric W. H.; Piper, Mark D.; Overeem, Irina; Kettner, Albert J.; Campforts, Benjamin; Moriarty, Julia M.; Undzis, Brianna; Pierce, Ethan; McCready, Lynn; 2024. CSDMS Data Components: data–model integration tools for Earth surface processes modeling. Geoscientific Model Development, 17, 2165–2185. 10.5194/gmd-17-2165-2024 (View/edit entry) | 2024 | Topography Data Component |
Model overview | 0 |
See more publications of Topography Data Component |
Issues
See https://github.com/csdms/bmi-topography/issues.
Help
Visit the CSDMS Help Desk at https://csdms.github.io/help-desk.