Skip to content

Commit

Permalink
add env file
Browse files Browse the repository at this point in the history
  • Loading branch information
egagli committed Mar 6, 2024
1 parent eeaf604 commit 0aff72c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: easysnowdata
channels:
- conda-forge
- defaults
dependencies:
# core data science
- python
- numpy
- pandas
- matplotlib
- wget
- requests
- urllib3

# geospatial (raster+vector)
- gdal
- rasterio
- geopandas
- shapely
- contextily
- earthaccess

# misc
- pip

- pip:
- matplotlib-scalebar

# geospatial+plotting
- "--editable=."
#- "--editable=git+https://github.com/dshean/pygeotools.git#egg=pygeotools"

0 comments on commit 0aff72c

Please sign in to comment.