-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor for 3d scenes * work in progress * move things to one type again and dispatch on axis * refactor to dispatch on Axis parameter * refactor everything * fix missing and blank tiles and introduce plot limit * fixes * add download_threads option * improve smoothness and fix bugs * add downloader API, fix bugs + smoothness + use scratch for download cache * polish and fixes * try to fix float32 problems and find elevation provider artifacts * start using our own camera and fix elevation provider * cleanup * improve camera, add docs, clean up * fixes docs, interpolation.md fails * Update src/tiles.jl Co-authored-by: Anshul Singhvi <[email protected]> * cleanup + make things work with old makie * update docs * fix hang for nthreads=1, clean up + docs * fix them hangs * fix ci, switch to bin for mapping * fix tests * bring back ax, aspect ratio example * does it hang also without map 3d? * nope, we need a mwe, maybe just london * clean up, fix tests + logging for docs * fix hangs and ci * fix xvfb hopefully * Update whale_shark.md * remove one more output image * small improvements and fixes * go back to 5gb * small improvements and stability fixes * fix 2d case --------- Co-authored-by: Lazaro Alonso <[email protected]> Co-authored-by: Anshul Singhvi <[email protected]>
- Loading branch information
1 parent
a57f718
commit bc114fd
Showing
35 changed files
with
2,190 additions
and
598 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
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 |
---|---|---|
|
@@ -4,16 +4,27 @@ authors = ["SimonDanisch <[email protected]>", "Lazaro Alonso <lazarus.alon@gma | |
version = "0.1.5" | ||
|
||
[deps] | ||
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" | ||
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" | ||
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" | ||
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" | ||
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910" | ||
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" | ||
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f" | ||
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f" | ||
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326" | ||
GeometryOps = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab" | ||
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" | ||
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19" | ||
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" | ||
MapTiles = "fea52e5a-b371-463b-85f5-81770daa2737" | ||
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" | ||
PointClouds = "3cc211ed-1f43-4d33-a894-629186066e97" | ||
Proj = "c94c279d-25a6-4763-9509-64d165bea63e" | ||
Scratch = "6c6a2e73-6563-6170-7368-637461726353" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
ThreadSafeDicts = "4239201d-c60e-5e0a-9702-85d713665ba7" | ||
TileProviders = "263fe934-28e1-4ae9-998a-c2629c5fede6" | ||
|
||
|
@@ -25,11 +36,13 @@ GeometryBasics = "0.4" | |
HTTP = "1" | ||
LRUCache = "1" | ||
LinearAlgebra = "1" | ||
Makie = "0.20, 0.21" | ||
Makie = "0.21" | ||
MapTiles = "1" | ||
OrderedCollections = "1" | ||
ThreadSafeDicts = "0.1" | ||
TileProviders = "0.1" | ||
ImageIO = "0.6" | ||
FileIO = "1" | ||
julia = "1" | ||
|
||
[extras] | ||
|
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
File renamed without changes
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.