-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removed transverse mercator tms * removing poetry, added debug path to app * restructure to src layout * new name scheme that includes the actual body name and projection info * uses new package for accessing the planetary crs registry * now uses 256x256 tiles * added coalesced grids following GNOSIS conventions * added bisect search for oddly behaving polar projections * cut down zoom levels past 2.5 mm per pixel * fix typo in web mercator bounds that was causing issues * update to remove private _geographic_crs attribute
- Loading branch information
1 parent
6a6d003
commit 90ee426
Showing
2,187 changed files
with
756,274 additions
and
478,927 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
__pycache__/ | ||
planetcantile/__pycache__/ | ||
tests/__pycache__/ | ||
|
||
.vscode/ | ||
.DS_Store | ||
.idea | ||
.idea/* | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.