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
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 needed, distributing the data files as releases on the GitHub repository could be a solution. As per the information here, Github allows individual file size in a release to be a maximum of 2GB, and does not impose any limits on the total size of the release.
Although bundling all the data files in the conda package presents storage issues, it is desired by the development team to continue using the conda package tudat-resources in the workflow as it simplifies the process of version compatibility management between tudat/tudatpy and tudatresources which would otherwise need to be addressed separately.
Removing the data files from the conda package tudat-resources can help address the storage concerns on the Anaconda server. This has been implemented in the branch feature/weightless.
As the next step, the existing post-link scripts need to be modified to support the download of the data files uploaded as releases. The post-link script should download the data files to the $HOME/.tudat/resource and maintain the same file tree structure as present to ensure that tudat and tudatpy feedstocks build successfully. The current file tree structure is the following:
$HOME/.tudat/resource/
| atmosphere_tables
| earth_orientation
| ...
| ...
The text was updated successfully, but these errors were encountered:
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 needed, distributing the data files as releases on the GitHub repository could be a solution. As per the information here, Github allows individual file size in a release to be a maximum of 2GB, and does not impose any limits on the total size of the release.
Although bundling all the data files in the conda package presents storage issues, it is desired by the development team to continue using the conda package tudat-resources in the workflow as it simplifies the process of version compatibility management between tudat/tudatpy and tudatresources which would otherwise need to be addressed separately.
Removing the data files from the conda package tudat-resources can help address the storage concerns on the Anaconda server. This has been implemented in the branch feature/weightless.
As the next step, the existing post-link scripts need to be modified to support the download of the data files uploaded as releases. The post-link script should download the data files to the $HOME/.tudat/resource and maintain the same file tree structure as present to ensure that tudat and tudatpy feedstocks build successfully. The current file tree structure is the following:
$HOME/.tudat/resource/
| atmosphere_tables
| earth_orientation
| ...
| ...
The text was updated successfully, but these errors were encountered: