An easy to use interface for deriving flood maps from earth observation data
Project description
Introduction
EO-Floods is an easy to use wrapper of Hydrafloods and Google Earth Engine for creating flood maps of Earth Observation (EO) data. This package is aimed at users that do not qualify themselves as remote sensing experts but do want to create usable flood maps from EO.
Installation
The recommended way to install EO-Floods is by using conda or mamba and the environment.yml.
mamba env create -f environment.yml
Then activate the environment.yml:
conda activate EO-Floods
Earth Engine Authentication
An Earth Engine account is required to use the HydraFloods provider. To authenticate to Earth Engine you need an environment with Earth Engine installed and run the following code with a Python interpreter:
import ee
ee.Authenticate()
This code will trigger the authentication flow of Earth Engine.
Whenever you use Earth Engine in a script or notebook you first need to initialize the Earth Engine library.
import ee
ee.Initialize()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file eo_floods-2023.12.tar.gz
.
File metadata
- Download URL: eo_floods-2023.12.tar.gz
- Upload date:
- Size: 31.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d80da7da3bdaf167a5f11a36e419a41718f015cc26e2fc0829ee918367a9258 |
|
MD5 | d8257096cdf622242ba1f68c8f7299f3 |
|
BLAKE2b-256 | ac799b6628620ea3c3e55a6ed2159c945a44557bc0fe79739f8f2ada5c8bd8e3 |
File details
Details for the file eo_floods-2023.12-py2.py3-none-any.whl
.
File metadata
- Download URL: eo_floods-2023.12-py2.py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b48e5247ab30dbf8b2d46f15679e86f471babead6ad4dc5dcbcbbbb7cd98a2d |
|
MD5 | 84306253f49fa20201aa023805a5215c |
|
BLAKE2b-256 | 8552068904b34a39e1b9eb413c0cca0e4c26da43d2cea5b25ec9ed6bcc7550ed |