Metadata-Version: 2.4
Name: earthlens-land
Version: 0.11.0
Summary: terrain, elevation, soil, ecology and population backends for earthlens
Author-email: Mostafa Farrag <moah.farag@gmail.com>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/serapeum-org/earthlens
Keywords: remote sensing,land
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Requires-Python: <4,>=3.11
Description-Content-Type: text/markdown
Requires-Dist: earthlens-core==0.11.0
Provides-Extra: dem
Requires-Dist: earthlens-core[s3]; extra == "dem"
Provides-Extra: ghsl
Provides-Extra: gbif
Requires-Dist: pygbif>=0.6.6; extra == "gbif"
Provides-Extra: worldpop
Requires-Dist: worldpoppy>=0.4; extra == "worldpop"
Requires-Dist: py7zr>=0.20; extra == "worldpop"

# earthlens-land

Terrain, elevation, soil, ecology and population backends for earthlens.

Part of [earthlens](https://github.com/serapeum-org/earthlens). Ships 9 backends (bathymetry, dem, gbif, ghsl, glaciers, iucn, soilgrids, wdpa, worldpop) and registers their data-source keys with the `EarthLens` facade via the `earthlens.backends` entry-point group.

Provider SDKs are extras, so `pip install earthlens-land` installs the backends without their dependencies; add a backend's SDK with `pip install earthlens-land[<backend>]`, or all of them with `[all]`.
