-
Notifications
You must be signed in to change notification settings - Fork 2
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
pull the data #78
Comments
Hi Wei 👋 Sorry about that. The reason you see this is that we use a private on-premise S3 storage to host our data by default. I added the internal config settings for a co-worker, however you are missing the required access keys (that make up the AWS profile settings "ifu-s3") for them to work.
However, the source data is freely accessible. So if you download the raw data, do an initial preprocessing step 0, and then run the full dvc preprocessing chain (using If you check the Let me know if this works for you (you would need some smallish extra vector data but that I could provide you via email). Cheers, |
Great thanks for your reply. Following your advice, I've pulled down the "2017: RGB Image, NIR Image". ERROR 1: opj_decode() failed |
Hi Wei. I think this is caused by your version of You either need to use another jp2 driver or try to upgrade the OpenJPEG lib... I think our GIS people might have used the (commercial) JP2KAK driver... A list of gdal drivers is here: https://gdal.org/drivers/raster/ (depending on your system not all of them are installed by default) Hope this works for you? |
Hi cwerner,
I found this project interesting.
And I have already installed the required enviroment. However, when I use 'dvc pull createdataset' to download the data, it goes wrong. "ERROR: unexpected error - The config profile (ifu-s3) could not be found".
Could you please share me the data? I would appreciate it.
yours sincely Wei
Best wishes
The text was updated successfully, but these errors were encountered: