You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past ATM was able download datasets stored in S3, but at some point the functionality seems to have been broken and it's not working any more.
We should review it and make the necessary changes to have it working again.
We should also replace boto dependency with boto3, which is able to use of aws credentials from the user folder without him having to explicitly specify them.
We should, both for S3 and HTTP, we should download the data to a place relative to the current directory instead of inside the ATM code folders.
Finally, we should reorganize the code in a way that is easily extensible in the future if we want to add support for other data sources (FTP, SFTP, HFS...)
The text was updated successfully, but these errors were encountered:
In the past ATM was able download datasets stored in S3, but at some point the functionality seems to have been broken and it's not working any more.
We should review it and make the necessary changes to have it working again.
We should also replace boto dependency with boto3, which is able to use of aws credentials from the user folder without him having to explicitly specify them.
We should, both for S3 and HTTP, we should download the data to a place relative to the current directory instead of inside the ATM code folders.
Finally, we should reorganize the code in a way that is easily extensible in the future if we want to add support for other data sources (FTP, SFTP, HFS...)
The text was updated successfully, but these errors were encountered: