GithubHelp home page GithubHelp logo

geonet's Introduction

GeoNet

Geomorphic feature extraction from high resolution topography data.

When using GeoNet, please cite the following papers:

Passalacqua, P., T. Do Trung, E. Foufoula-Georgiou, G. Sapiro, W. E. Dietrich (2010), A geometric framework for channel network extraction from lidar: Nonlinear diffusion and geodesic paths, Journal of Geophysical Research Earth Surface, 115, F01002, doi:10.1029/2009JF001254.

Sangireddy, H., R. A. Carothers, C.P. Stark, P. Passalacqua (2016), Controls of climate, topography, vegetation, and lithology on drainage density extracted from high resolution topography data, Journal of Hydrology, 537, 271-282, doi:10.1016/j.jhydrol.2016.02.051.

Environment

conda env create -f GeoNetEnv.yml

Scikit-FMM Install

git clone https://github.com/scikit-fmm/scikit-fmm.git

cd scikit-fmm

python setup.py install

Note: This was done assuming scikit-fmm was cloned into your working directory.

Configuration and Setup

Create a configuration file for your project using:

python pygeonet_configure.py

Optional Arguments:

-dir </path/to/GeoNet/Home_Directory>

-p [projectName]

-n [DEM_Name]

--input_dir [Input_Directory_Name]

--output_dir [Output_Directory_Name]

Create a file structure based on the previous inputs:

python pygeonet_prepare.py

Default File Structure:

  • GeoNet

    • GeoInputs
      • GIS
        • Project Name (-p from configure step)
          • dem.tif
    • GeoOutputs
      • GIS
        • Project Name (-p from configure step)
          • dem.tif
    • *** configuration file ***

    Scripts

    1. Perona-Malik non-linear, diffusion filter:

    python pygeonet_nonlinear_filter.py

    1. Slope and Curvature:

    python pygeonet_slope_curvature.py

    1. Flow Direction, Flow Accumulation, Outlets, and Basins

    python pygeonet_grass_py2.py or python pygeonet_grass_py2.py

    If you have GRASS GIS 7.6 installed, used the first command. If you have GRASS GIS 7.8 installed, used the second command

    1. Flow Accumulation and Curvature Skeleton

    python pygeonet_skeleton_definition.py

    1. Geodesic Minimum Cost Path and Fast Marching Algorithm

    python pygeonet_fast_marching.py

    1. Channel Head Detection

    python pygeonet_channel_head_definition.py

    Note: Further research still needs to be done on the optimal threshold for identifying channel heads. Preliminary studies found a threshold of 0.3 to be sufficient, but this estimate can definitely be improved using analytical methods.

geonet's People

Contributors

aleccarruthers avatar paolapassah2o avatar danielz02 avatar zoezheng126 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.