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

remove restore should handle land data separately #12

Open alessandrofelder opened 3 years ago

alessandrofelder commented 3 years ago

currently remove-restore doesn't distinguish bathymetry and topography data, but the GEBCO suggests to do this.

JamieJQuinn commented 3 years ago

@alessandrofelder Have you got a reference for where GEBCO recommends doing this?

alessandrofelder commented 3 years ago

Fig 8.4 on page 148 of the GEBCO Cookbook. There seem to be steps D1 and D2 for water and land data?

alessandrofelder commented 3 years ago

I guess we could call remove-restore separately on data sets we filtered using GDAL beforehand to that effect... 🤔