forked from klarrieu/RiverREM
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathmeta.yaml
More file actions
39 lines (35 loc) · 727 Bytes
/
meta.yaml
File metadata and controls
39 lines (35 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
package:
name: "riverrem"
version: "1.1.2"
source:
git_rev: v1.1.2
git_url: https://github.com/OpenTopography/RiverREM
requirements:
host:
- python
- setuptools
build:
- python >=3.6
run:
- python>=3.6
- gdal>=3.7, <3.9
- conda-forge::osmnx<2.0, >=1.3
- dataclasses
- seaborn
- cmocean
- scipy>=1.6.0
- shapely>=2.0
- pandas
- requests
- geopandas
- bottleneck
- numexpr
about:
home: https://github.com/OpenTopography/RiverREM
license: GPL-3.0-only
license_familY: GPL
license_file: LICENSE
summary: "Make river relative elevation models (REMs) from an input digital elevation model (DEM)."
extra:
recipe-maintainers:
- klarrieu