Installation ============ PyPI (recommended) ------------------ .. code-block:: bash pip install wetlandmapper With optional dependencies: .. code-block:: bash pip install "wetlandmapper[gee]" # Google Earth Engine support pip install "wetlandmapper[plot]" # matplotlib, hvplot, bokeh pip install "wetlandmapper[all]" # everything Requirements ------------ * Python >= 3.9 * numpy >= 1.24 * xarray >= 2023.1 * rioxarray >= 0.15