https://github.com/agilescientific/geocomputing

Agile's courses

https://github.com/agilescientific/geocomputing

Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.2%) to scientific vocabulary

Keywords from Contributors

geoscience geochemistry data-management data-mining geology geophysics petroleum petrophysics swung-stack sedimentology
Last synced: 11 months ago · JSON representation

Repository

Agile's courses

Basic Info
  • Host: GitHub
  • Owner: agilescientific
  • License: cc-by-4.0
  • Language: Jupyter Notebook
  • Default Branch: develop
  • Homepage:
  • Size: 95.3 MB
Statistics
  • Stars: 39
  • Watchers: 6
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Created almost 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

geocomputing

test-builds publish-classes-to-S3

This is the main repository for Agile's geocomputing courses.

Requirements

In order to build files, you will need the following:

  • Python 3.9+.
  • The course-building package, kosu. To install it:

shell pip install kosu

Usage

To see high-level help:

kosu --help

Usage of build

Run kosu on the command line to build the geocomp (Intro to Geocomputing) class:

kosu build geocomp

You can build any course for which a YAML file exists. So the command above will compile the course specified by geocomp.yaml.

All of the commands can take the option --all. This will apply the command to all of the courses listed under all in .kosu.yaml. In this case, don't pass any individual course name.

In addition, you can pass the following options:

  • --clean / --no-clean — Whether to delete the build files. Default: clean.
  • --zip / --no-zip — Whether to create the zip file for the course repo. Default: zip.
  • --upload / --no-upload — Whether to upload the zip file to geocomp.s3.amazonaws.com. Default: no-upload. Note that this requires AWS credentials to be set up on your machine.
  • --clobber / --no-clobber — Whether to silently overwrite existing ZIP file and/or build directory. If no-clobber, the CLI will prompt you to overwrite or not. Default: no-clobber.

To build the machine learning course, silently overwriting any existing builds on your system:

kosu build geocomp-ml --clobber

Usage of clean

Cleans the build files for a course. I.e. everything in build and its ZIP file.

kosu clean geocomp-ml

Usage of publish

Publish a course, or those listed in all.yaml. The ZIP file(s) will be uploaded to AWS. For example, to publish all the courses:

kosu publish --all

Usage of test

Tests that a specific course builds, leaving no sawdust, or use the --all option to test all courses in all.yaml. This command builds a course, does not make a ZIP, does not uplad anything, and removes the build folder. (To keep the build folder or make a zip, use the build command with the appropriate options, see above.) Here's how to test the machine learning course:

kosu test geocomp-ml

There is an option --environment that will also generate an environment file called environment-all.yml. (This is used for automated testing on GitHub.)

In general, if a course does not build, the script will throw an error. It does not try to deal with or interpret the error or explain what's wrong.

Example control file

A course must have a YAML control file containing something like the following example of a 2-day course:

yaml title: Introduction to Python for Geologists environment: geogeol # Only if different from course name. conda: # Extra conda packages, as well as all of standard geocomp env. - verde pip: # Extra pip packages. - striplog data: - sussex.zip # Will be unzipped. - B-41_tops.txt data_url: https://geocomp.s3.amazonaws.com/data/ # This is the default value. scripts: - utils.py # Added to `master` and `notebooks` folders (not `demos`). curriculum: 1: # Day 1. - Course overview - The Python interpreter and the IPython environment - Jupyter Notebooks - Intro_to_Python.ipynb - Check out and feedback 2: # Day 2. - Check in and review - Intro_to_Python.ipynb # .ipynb files will be added to `notebooks`. - Check out and feedback extras: # These will be added to `notebooks` and listed in the Curriculum. - Intro_to_NumPy.ipynb - Seismic_data_basics.ipynb - Pandas_for_data_management.ipynb - Read_and_write_LAS.ipynb demos: # These will be added to `demos` and NOT listed in the Curriculum. - Birthquake.ipynb - Volumetrics_and_units.ipynb

Only title and curriculum are required fields.

Owner

  • Name: Agile*
  • Login: agilescientific
  • Kind: organization
  • Email: hello@agilescientific.com
  • Location: Canada

Agile was a scientific computing and consulting company in Canada, but it is now closed for business.

GitHub Events

Total
  • Watch event: 1
  • Push event: 1
  • Fork event: 1
Last Year
  • Watch event: 1
  • Push event: 1
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 279
  • Total Committers: 4
  • Avg Commits per committer: 69.75
  • Development Distribution Score (DDS): 0.527
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Matt Hall m****t@a****m 132
Martin Bentley m****b@m****t 70
Zabamund f****l@g****m 53
Evan Bianco e****n@a****m 24
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 29
  • Total pull requests: 2
  • Average time to close issues: 16 days
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 1.03
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • 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
Top Authors
Issue Authors
  • kwinkunks (22)
  • Zabamund (5)
  • mtb-za (1)
Pull Request Authors
  • kwinkunks (1)
  • mtb-za (1)
Top Labels
Issue Labels
enhancement (18) question (4) bug (1)
Pull Request Labels

Dependencies

.github/workflows/publish.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/test-all.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
environment.yaml conda
  • cartopy
  • geopandas
  • h5py
  • ipykernel
  • ipywidgets
  • jupyter
  • jupyterlab
  • matplotlib >=3.5
  • numpy >=1.20
  • openpyxl >=3.0
  • pandas >=1.4
  • pillow >=8.1
  • pint
  • pip
  • python 3.9.*
  • requests
  • scikit-learn >=1.0
  • scipy >=1.8
  • seaborn >=0.11
  • tqdm
  • xarray >=0.20
scripts/setup.py pypi