Skip to content
Snippets Groups Projects
Commit c390e580 authored by Danijel Schorlemmer's avatar Danijel Schorlemmer Committed by Karsten Prehn
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 4fb6fff7
No related branches found
No related tags found
1 merge request!23Feature/final data
Pipeline #42694 canceled
......@@ -464,7 +464,7 @@ class Quadtile(SpatialFunctions):
Takes a (larger) quadkey and determines whether the four corner coordinates of its tile
fall into the same UTM-zone and latitude-band pair. Recursively calls itself on
`quadkey`'s four next child-quadkeys until afore-mentioned condition is met or until
the quadkey reaches level-18, in which case the first UTM-zone from a list is returned.
the quadkey reaches level 18, in which case the first UTM-zone from a list is returned.
Since UTM-zone tiles are much larger than working tiles (e.g. level-9) in most cases
it suffices to calculate the UTM-zone once or twice for the working tile or its direct
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment