adokter / bioRad

R package for analysis and visualisation of biological signals in weather radar data
http://adokter.github.io/bioRad
Other
28 stars 16 forks source link

s3 bucket no longer exists #629

Closed iskandari closed 10 months ago

iskandari commented 10 months ago

Radar csv is no longer accessible via s3, which results in download_vpfiles() failing. Confirmed with aws cli:

aws s3 ls s3://lw-enram/ --no-sign-request --region eu-west-1
An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation: The specified bucket does not exist

https://github.com/adokter/bioRad/blob/d4935eddaa7cc1c3c50e47278e72967c8bbd980c/R/utils.R#L62-L64

@peterdesmet do you know if this bucket/file was moved to a different address? Should we use odim codes from this json instead?

peterdesmet commented 10 months ago

Yes, that bucket has been removed. It was deprecated for a long time, I didn’t realize this function was still using it.

And indeed, the json file you reference is the best alternative. It’s the file we maintain for https://aloftdata.eu/radars/

iskandari commented 10 months ago

resolved in bbde9f8