allenai / satlas

Apache License 2.0
184 stars 19 forks source link

Missing satlas.util.mercator_to_geo() function #40

Closed ando-shah closed 4 months ago

ando-shah commented 4 months ago

The Satlas pretrain readme file has the following reference:

import satlas.util satlas.util.mercator_to_geo((1867, 3287), pixels=1, zoom=13)

The function util.mercator_to_geo() is missing, and would be useful to include.

favyen2 commented 4 months ago

It is here:

https://github.com/allenai/satlas/blob/main/satlas/util/__init__.py

What error do you get?

ando-shah commented 4 months ago

Thanks - something was broken in my repo. Apologies!