Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements-dev.txt 332 B

You have to be logged in to leave a comment. Sign In
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
  1. # required
  2. fiona>=1.8
  3. pandas>=1.0.0
  4. pyproj>=2.6.1.post1
  5. shapely>=1.7
  6. packaging
  7. # geodatabase access
  8. psycopg2>=2.8.0
  9. SQLAlchemy>=1.3
  10. # geocoding
  11. geopy
  12. # plotting
  13. matplotlib>=3.2
  14. mapclassify
  15. # testing
  16. pytest>=3.1.0
  17. pytest-cov
  18. codecov
  19. # spatial access methods
  20. rtree>=0.9
  21. # styling
  22. black
  23. pre-commit
  24. # PostGIS writing
  25. GeoAlchemy2
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...