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

Add a post-link script to fetch the raw input data files directly from the tudat-resources Github repository #9

Closed
niketagrawal opened this issue Jul 15, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@niketagrawal
Copy link
Collaborator

Currently, creating a conda package for the input data files in tudat-resources GitHub repository presents a storage bottleneck on the Anaconda server. Considering that version control on individual data files is not a priority, distributing the data files as releases on the GitHub repository could be a solution. Github allows individual file size to be a maximum of 2GB, and does not impose any limits on the total size of the release.

Currently, the conda package tudat-resources is a dependency for both tudat and tudatpy. The post-link.sh script in tudat-resources-feedstock downloads the raw data files to the directory .tudat/resource on the host machine. This script is executed by conda as the last step of the installation process.

As a first step towards enabling this workflow of directly downloading the raw data files directly from the Github repsoitory, a similar post-link script can be created for tudatpy-feedstock and tested if the script is executed and the data files are downloaded. This script can be later moved to tudat-feedstock.

The existing dependency of tudat and tudatpy on tudat-resources is kept intact for the initial test. A different target location than .tudat/resource will be specified to verify the successful execution of the post-link script.

@niketagrawal
Copy link
Collaborator Author

Closed with #10

@github-project-automation github-project-automation bot moved this from tudatpy-feedstock to Closed in Tudat general development board Aug 16, 2024
@niketagrawal niketagrawal self-assigned this Aug 16, 2024
@niketagrawal niketagrawal added the enhancement New feature or request label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Closed
Development

No branches or pull requests

1 participant