Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.07 KB

File metadata and controls

27 lines (17 loc) · 1.07 KB

randomscripts

A collection of utilities for geoscience workflows. These are functional scripts developed to automate repetitive tasks and process data across various geological domains.

Requirements

  • Python 2.7.x and 3.x
  • ArcPy (for some GIS-specific scripts)
  • Check individual script headers for specific library dependencies (Pandas, NumPy, etc.).

Usage

Scripts are designed to be standalone. Clone the repo and run the specific utility needed for your workflow. No complex installation required.

Tools

INUE: The ArcPY version of INUE [ArcPy]

FOGU: Basic Burned Area Analysis based on multispectral imagery. Burn Severity based on Keeley et al. 2009 [ArcPy]

IC and Watershed: Calculates the IC index proposed by Borselli et al 2008 and delineates the watersheds... [ArcPy]

Warning

If you have ideas for scripts, spot any inaccuracies, bugs, or—even worse—wrong citations, don't hesitate to reach out! I'll fix them ASAP. Suggestions will be evaluated and possibly implemented.