UCL / pyCascadia

Implementation of GEBCO cookbook remove-restore and other cleaning of topography/bathymetry. Uses `pyGMT`.
Mozilla Public License 2.0
9 stars 0 forks source link

Switch from pipenv to conda for dependency handling #29

Closed JamieJQuinn closed 3 years ago

JamieJQuinn commented 3 years ago

Conda (or anaconda) offers automatic installation of gmt and rasterio which simplifies the installation procedure and removes the need to install these packages via the system manager. It would be better to switch ASAP before the main cascadia team start properly playing with the code to avoid confusion.

This issue is for discussing whether we should move to conda or not.