llnl / llnl/mttime

Environment

Open Beginner friendly
#14 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.