https://github.com/dbetchkal/nsnsd_virtualenvironments
Python virtual environments for utilizing NPS NSNSD software tools
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Repository
Python virtual environments for utilizing NPS NSNSD software tools
Basic Info
- Host: GitHub
- Owner: dbetchkal
- Default Branch: master
- Size: 22.5 KB
Statistics
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
NSNSD Virtual Environments
A repository to implement versioning of Python virtual environments for specific NPS Natural Sounds and Night Skies Division software tools. The Anaconda .yml files included here allow for rapid creation of identical environments - which will allow smoother, more coordinated use of our tools by many users.
In order to successfully create these environments, you will need to download the DOI root certificate to your machine. Then, tell Anaconda where the certificate is located:
```
conda config --set ssl_verify "path to DOI root certificate" ```
More information on secure socket layer encryption.
Once python has permissions to access the internet, you can create the virtual environment using the following command:
```
conda env create -n EnvironmentName -f "path to .yml file" ```
Then, to use the environment:
```
activate EnvironmentName
When you see the environment name in parenthesis to the left of the prompt, you're ready to start working!(EnvironmentName) > ```
The Virtual Environments
NSNSDgeo
A Python 2.7, 64-bit geoprocessing environment that includes gdal and rasterio
soundDB
A Python 3.5, 64-bit environment that includes soundDB and iyore. Keeps pandas=0.19 to utilize pandas.Panel4D objects.
Projects include:
- rapid access to acoustical metrics,
derivedDataFunctions - loading and parsing data using metadata filters,
metaDig(in development)
NightSkies
A Python 2.7, 32-bit environment. Note: this environment currently requires a separate install of 32-bit Anaconda, and can benefit from Windows batch files to toggle the path environment variable cleanly.
Projects include:
arcpy
A Python 2.7, 64-bit environment that includes arcpy. Note: may require further revisions for full compatability.
Projects include:
Owner
- Name: Davyd Halyn Betchkal
- Login: dbetchkal
- Kind: user
- Location: Denali National Park and Preserve, AK
- Company: National Park Service
- Website: https://www.linkedin.com/in/davyd-betchkal-8111b5137/
- Repositories: 3
- Profile: https://github.com/dbetchkal
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0