Environment
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 72
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Hello!
This could be installed simply with command conda env create -f environment.yml using the following:
name: your_environment
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- obspy
- pandas
- cartopy
- pip
- pip:
- git+https://github.com/LLNL/mttime.git
Cheers
Fred
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the repository for existing environment or dependency setup files, then compare the proposed environment.yml contents with the project's current Python requirements. The work is complete when conda env create -f environment.yml can create the environment with the listed dependencies and the setup instructions are available to users.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, pandas, python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100