Skip to content

Project to facilitate the installation, setup, and integration of packages related to cloud physics, in-situ airborne data.

License

Notifications You must be signed in to change notification settings

daviddelene/CoPAS

Repository files navigation

CoPAS

Community Packages for Airborne Science (CoPAS) is a Github project designed to facilitate the installation, setup, and integration of open source software and packages related to cloud physics, in-situ airborne data.

Clone CoPAS Distribution

Setting up Python3 for CoPAS Distribution

  • cd ${HOME}/CoPAS
  • python3 -m venv env
  • source env/bin/activate
  • pip3 install -r ./requirements_CoPAS.txt

Execulting CoPAS to Download Packages:

  • cd ${HOME}/CoPAS
  • ./CoPAS.py

Update Python Requirements:

pip3 freeze > requirements_CoPAS.txt

Update (Submitting Files) Repository: Notes: Github now requires additional authorization steps. Best to use git-credential-manager, https://github.com/GitCredentialManager/git-credential-manager/blob/main/README.md For linux OS, need "gpg" and "pass"; for example, sudo apt install git pass. Best to create a personal access token using gpg. Add export GCM_CREDENTIAL_STORE=gpg in ~/.bashrc create new GPG key pair

  • gpg --gen-key Initiaze pass with gpg key.
  • pass init Everything should be automatic and the below should work.

  • git commit file
  • git push origin master

Projects Supported:

Setup ADPAA via CoPAS:

About

Project to facilitate the installation, setup, and integration of packages related to cloud physics, in-situ airborne data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages