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

Further improvements to installation instructions #41

Closed alessandrofelder closed 3 years ago

alessandrofelder commented 3 years ago

Addresses the comments about installation instructions given by @Devaraj-G via email (Thank you).

Namely:

[3] remove-restore -h gives positional arguments: filenames sources to combine with the base grid

It would be helpful to update the usage showing a case for multiple input files, e.g. remove-restore --base gebco_base_grid.nc higher_res_grid1.tiff higher_res_grid2.tiff ... --output merged_grid.nc

[4] Running close_boundary.py: pipenv run python ./scripts/close_boundary.py --input gdal_translate_OK24.xyz.nc --output gdal_translate_OK24.xyz.shp gives Traceback (most recent call last): File "/home/devaraj/Desktop/Work/Data/pyCascadia/./scripts/close_boundary.py", line 3, in from pycascadia.loaders import load_source ModuleNotFoundError: No module named 'pycascadia'