maps-as-data / MapReader

A computer vision pipeline for exploring and analyzing images at scale
https://mapreader.readthedocs.io/en/latest/
Other
90 stars 11 forks source link

Confirm usefulness of ``TileServer.modify_metadata()`` and whether to a) delete or b) keep and document #161

Closed rwood-97 closed 1 year ago

rwood-97 commented 1 year ago

Describe the solution you'd like TileServer.modify_metadata() is a helper function which currently is not used within code or shown as example throughout documentation.

Can we decide:

  1. whether it is useful
  2. whether to add to updated download code
  3. whether to add to documentation (assume yes, if yes to both above)

Thoughts:

rwood-97 commented 1 year ago

TileServer class has been superseded by SheetDownloader in PR #95