Skip to content

Code for processing large files from geospatial and hydrodynamic models.

License

Notifications You must be signed in to change notification settings

mgeraeds/hires-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi-resolution model processing toolbox

User documentation

More in-depth documentation can be found in the readthedocs.

Installation

Prerequisites

  • Python 3.9 - 3.11 (Python 3.11 is recommended)
  • Anaconda (recommended)

Dependencies The main dependencies are:

We recommend installing all dependencies in a new conda environment to avoid clashing of dependencies.

``
conda create --name hires_env python=3.11
conda activate hires_env
pip install dfm_tools
pip install git+https://github.com/mgeraeds/hires-processing.git
``

Licensing and Attribution

This repository is licensed under the [MIT License]. You are generally free to reuse or extend upon this code as you see fit; just include the original copy of the license (which is preserved when you "make a template"). While it's not necessary, we'd love to hear from you if you do use this template, and how we can improve it for future use!

The deployment GitHub Actions workflow is heavily based on GitHub's mixed-party [starter workflows]. A copy of their MIT License is available in [actions/starter-workflows].

About

Code for processing large files from geospatial and hydrodynamic models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published