yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
141 stars 27 forks source link

broken link: United State's Colorado Plateau TIF file #355

Open lazarusA opened 1 year ago

lazarusA commented 1 year ago

It looks like the link here not longer works:

https://yeesian.com/ArchGDAL.jl/dev/quickstart/

julia> dataset = AG.readraster("/vsicurl/http://landsat-pds.s3.amazonaws.com/c1/L8/037/034/LC08_L1TP_037034_20160712_20170221_01_T1/LC08_L1TP_037034_20160712_20170221_01_T1_B4.TIF")
ERROR: GDALError (CE_Failure, code 11):
    HTTP response code: 404
yeesian commented 1 year ago

Thank you for filing this; I should have done a better job of managing data dependencies e.g. in https://github.com/yeesian/ArchGDALDatasets or something else.