ai4er-cdt / geograph

GeoGraph provides a tool for analysing habitat fragmentation and related problems in landscape ecology. GeoGraph builds a geospatially referenced graph from land cover or field survey data and enables graph-based landscape ecology analysis as well as interactive visualizations.
https://geograph.readthedocs.io
MIT License
39 stars 10 forks source link

v0.01 of the publishable package #63

Closed herbiebradley closed 3 years ago

herbiebradley commented 3 years ago

This PR contains the setup.py necessary to define the package, along with an upload command. In the future when we want to upload all we need to do is increment the version in _version.py, then run python setup.py upload. It will ask for a PyPI username and password, then upload the package.

This PR also renames src to geograph, and moves a couple of constants to geograph/demo/binder_constants.py.