fimeval
is a Python package designed for automatic evaluation of flood inundation maps from different and visualizing results. It is developed under Surface Dynamics Modeling Lab (SDML), Department of Geography and the Environment at The University of Alabama, United States.
This guide provides step-by-step installation instructions for both macOS, Windows users and for Cloud sources like Google Colab and 2i2c.
Before installing fimeval
, ensure the following software are installed:
- Python: Version 3.10 or higher
- Anaconda: For managing environments and dependencies
- GIS Software: For Visulalisation
- Optional:
- Google Earth Engine account
- Java Runtime Environment (for using GEE API)
If Anaconda is not installed, download and install it from the official website.
Open Terminal and run:
# Create a new environment named 'fimeval'
conda create --name fimeval python=3.10
# Activate the environment
conda activate fimeval
# Install Jupyter Notebook
pip install notebook
# Install fimeval package
pip install fimeval
To use fimeval in Google Colab, follow the steps below:
Upload all necessary input files (e.g., raster, shapefiles, model outputs) to your Google Drive.
Go to Google Colab and sign in with a valid Google account.
In a new Colab notebook, mount the Google Drive
pip install fimeval
-
Upload necessary files to the 2i2c environment.
-
Open a new terminal and create a new environment.
-
Install
fimeval
in the environment:
pip install fimeval