-
Notifications
You must be signed in to change notification settings - Fork 9
/
environment.yml
62 lines (62 loc) · 982 Bytes
/
environment.yml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
dependencies:
# Some of these are not hard requirements, but attempting to avoid pip
# installing these
- affine
- cartopy_offlinedata
# only a util requirement
- click
- coverage
- cython
- defusedxml
- docutils
- fiona
- gdal
- geopandas
- geos
# templating
- jinja2
- matplotlib-base
- metpy
- metar>=1.7.0
- mock
- netCDF4
# xss
- nh3
- numpy
- pandas
# webutil
- paste
# geoplot usage
- pillow
- psycopg
# parquet format support in geopandas
- pyarrow
# Models
- pydantic
- pygrib
- pymemcache
# Faster shapefile reading
- pyogrio
- pyproj
- pytest
- pytest-cov
- pytest-mpl
- pytest-runner
- pytest-xdist
- rasterstats
# grid reprojection
- rasterio
# Sometimes we download stuff
- requests
# shrug
- requests-mock
# interpolation
- scipy
- setuptools_scm
- shapely
# lazy to do this right
- sphinx
- sphinxcontrib-napoleon
- sqlalchemy
# iemre
- xarray