Metadata-Version: 2.4
Name: earthlens-hazards
Version: 0.11.0
Summary: hazard, humanitarian and vector-basemap 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,hazards
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: fdsn
Requires-Dist: obspy>=1.5.0; extra == "fdsn"
Provides-Extra: hdx
Requires-Dist: hdx-python-api<7,>=6; extra == "hdx"
Provides-Extra: overture
Requires-Dist: overturemaps>=1.0.0; extra == "overture"
Requires-Dist: duckdb>=1.0.0; extra == "overture"
Provides-Extra: osm
Requires-Dist: overpy>=0.7; extra == "osm"
Requires-Dist: ohsome>=0.4.0; extra == "osm"
Provides-Extra: osm-pbf
Requires-Dist: pyrosm>=0.11.0; extra == "osm-pbf"
Requires-Dist: osmium>=4.3.1; extra == "osm-pbf"

# earthlens-hazards

Hazard, humanitarian and vector-basemap backends for earthlens.

Part of [earthlens](https://github.com/serapeum-org/earthlens). Ships 8 backends (admin, fdsn, firms, gdacs, hdx, osm, overture, risk_indicators) 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-hazards` installs the backends without their dependencies; add a backend's SDK with `pip install earthlens-hazards[<backend>]`, or all of them with `[all]`.
