Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 619 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 619 Bytes

geoprofile

Interactive tool to extract and plot profile along geospatial raster transect.

Features

  • interactive gui to select points along transect
  • samples input raster
  • plots transect profile

Examples

See notebooks for processing examples.

Installation

$ git clone https://https://github.com/GlacioHack/geoprofile.git
$ cd ./geoprofile
$ conda env create -f environment_ubuntu_18.04_date_2021-03-07.yml
$ conda activate geoprofile
$ pip install -e .

To make this kernel selectable

$ conda activate geoprofile
$ python -m ipykernel install --user --name geoprofile