Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eo_floods-2023.12.tar.gz (31.1 kB view hashes)

Uploaded Source

Built Distribution

eo_floods-2023.12-py2.py3-none-any.whl (21.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page