Skip to content

sdmlua/Summer_Institute25_fimeval

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Summer_Institute25_fimeval

πŸ“¦ fimeval

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.


πŸ”§ Installation Instructions

1. βœ… Prerequisites

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:

2. 🐍 Install Anaconda

If Anaconda is not installed, download and install it from the official website.


3. 🌐 Set Up Virtual Environment

πŸ’» For Mac Users

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

☁️ Google Colab Version

To use fimeval in Google Colab, follow the steps below:

Upload Files

Upload all necessary input files (e.g., raster, shapefiles, model outputs) to your Google Drive.

Open Google Colab

Go to Google Colab and sign in with a valid Google account.

Mount Google Drive

In a new Colab notebook, mount the Google Drive

pip install fimeval

CIROH 2i2c JupyterHub Setup

  1. Upload necessary files to the 2i2c environment.

  2. Open a new terminal and create a new environment.

  3. Install fimeval in the environment:

pip install fimeval




 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published