hydromodpy.data.variables.dem.apis.geoplateforme_download#
Geoplateforme download API helpers for DEM archives.
This module is intentionally provider-level plumbing. It discovers Atom
entries, converts download entries to local file descriptors, and downloads
files with conservative retry/rate-limit behavior. Product-specific DEM logic
belongs in ign_dem_fr.py.
Functions
|
Build a canonical Geoplateforme download URL. |
|
Download one file, skipping non-empty files already available locally. |
|
Fetch all Atom entries from a paginated Geoplateforme endpoint. |
|
Find resource entries matching a dataset token such as |
|
List downloadable files for one resource/subresource pair. |
|
List subresources for one Geoplateforme resource. |
|
Parse Atom entries from an XML text payload. |
Classes
|
Small normalized representation of one Atom entry. |
|
Filters forwarded to Geoplateforme discovery endpoints. |
|
One downloadable archive or sidecar exposed by Geoplateforme. |
|
Simple process-local rate limiter. |
Exceptions
|
Raised when Geoplateforme discovery or download fails. |