Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where did GDALarray go? #138

Closed
maxfreu opened this issue Feb 18, 2021 · 2 comments
Closed

Where did GDALarray go? #138

maxfreu opened this issue Feb 18, 2021 · 2 comments

Comments

@maxfreu
Copy link
Contributor

maxfreu commented Feb 18, 2021

Hi, I just visited this package again after some time and don't know how to lazily load tiffs anymore after updating to 0.3.5. Earlier, this was done via GDALarray, but I can't find it anymore (GDALarray not defined). Also I'm thinking about whether one could improve the API for simple minds like me, providing simple entry functions like read or read_lazy, which just take a string and do the rest for me (read, load, open, each for string, are the first three words coming to my mind when I want to open stuff, but here, this doesn't lead far). Sorry for the informal issue :)

@rafaqz
Copy link
Owner

rafaqz commented Feb 18, 2021

You have to import ArchGDAL.

GeoData uses Requires.jl because often you only need to load NCDatasets or GDAL.jl or HDF5.jl, not all of them

@maxfreu
Copy link
Contributor Author

maxfreu commented Feb 19, 2021

Thanks! And sorry, I shouldnt have posted late night...

@maxfreu maxfreu closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants