https://github.com/glaciohack/geoprofile
Geospatial raster profiling
https://github.com/glaciohack/geoprofile
Last synced: 6 months ago
JSON representation
Geospatial raster profiling
- Host: GitHub
- URL: https://github.com/glaciohack/geoprofile
- Owner: GlacioHack
- Created: 2021-02-16T03:59:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-08T06:24:52.000Z (about 5 years ago)
- Last Synced: 2024-06-11T18:25:29.784Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 14.5 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](./examples/) 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
```