ArchGDAL.jl
ArchGDAL.jl copied to clipboard
Test on additional image examples
- http://juliaimages.github.io/TestImages.jl/
- http://dl.maptools.org/dl/geotiff/samples/
Would it be OK to fetch testdata from cloud data sources like google cloud storage or AWS?
Here's one example image: https://console.cloud.google.com/storage/browser/gcp-public-data-landsat/LC08/01/231/008/LC08_L1TP_231008_20160812_20170322_01_T1
It is really nice how rasterio can read regions of a geotiff directly from the cloud so you dont need to transfer all. (I use it that feature in https://twitter.com/dailyglacier ).
Links: https://cloud.google.com/storage/docs/public-datasets/
HiRise JP2 files could also be good test cases as they have weird martian transforms: https://www.uahirise.org/catalog/
I don't see why not, if the server used is stable. Do note that I believe we'll need https://github.com/JuliaGeo/GDALBuilder/issues/2 before we can test it.
Love your dailyglacier bot!