digitalearthpacific / dep-tools

Processing tools for Digital Earth Pacific
MIT License
1 stars 0 forks source link

Fix search_across_180 #38

Closed jessjaco closed 6 months ago

jessjaco commented 8 months ago

A subtle bug was introduced here. Previously the minimum x value was defined by the minimum x value in projected coordinates. But since this coordinate has a longitude greater than zero, it will not be the minimum x value in geographic coordinates. Therefore the left bbox defined here spans the globe. I would strictly revert but we should support regions in geographic coords

jessjaco commented 7 months ago

Now on develop branch, with tests. Will be integrated when that is finished