hamp101

Creating a HAMP dataset from ORCESTRA, mainly for the radiometers.

https://github.com/orcestra-campaign/hamp101

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Creating a HAMP dataset from ORCESTRA, mainly for the radiometers.

Basic Info
  • Host: GitHub
  • Owner: orcestra-campaign
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 220 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License Citation

README.md

HAMP 101: HAMP Tutorial and Post-Processing For Scientists

This repository is for scientists using HAMP, to understand what it is and how to

post-process the raw IQ data.

Install

To (locally) reproduce this project simply clone the repository: git clone git@github.com:orcestra-campaign/hamp101.git and then create an environment with the necessary dependencies installed (e.g. using micromamba or conda as listed in the environment.yaml): micromamba env create -f environment.yaml micromamba activate hamp101env Finally you need to run pre-commit install but other than that everything should work out of the box and you can now run & have fun with the project... If not, please raise an issue on the GitHub repository.

Documentation

Some documentation has been set up for this project which you should be able to find hosted online here:

https://orcestra-campaign.github.io/hamp101/

... If not, please raise an issue on the GitHub repository.

Alternatively, You can build and view the documentation locally. First build the .html files using Sphinx, then view the .html in your default browser. E.g.

cd ./docs && mkdir build make html open build/html/index.html

Thank you and good luck!

Contributors

  • Clara Bayley

Owner

  • Name: ORCESTRA field campaign
  • Login: orcestra-campaign
  • Kind: organization

Organization, Rain, Cloud and Energy-budget studies over the tropical Atlantic (ORCESTRA) will investigate the structure of the Atlantic ITCZ

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Bayley"
  given-names: "Clara"
  orcid: "https://orcid.org/0000-0002-4540-9382"
title: "HAMP 101: HAMP Tutorial and Post-Processing For Scientists"
version: 0.0.0
date-released: 30th August 2024
url: "https://github.com/orcestra-campaign/hamp101.git"

GitHub Events

Total
Last Year

Dependencies

setup.py pypi
  • pytest *
  • sphinx *
.github/workflows/CI.yaml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v3 composite
  • conda-incubator/setup-miniconda v3 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/cocogitto.yaml actions
  • actions/checkout v4 composite
  • oknozor/cocogitto-action v3 composite
  • softprops/action-gh-release v2 composite
.github/workflows/pre-commit.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v3 composite
  • pre-commit/action v3.0.0 composite
environment.yaml pypi
requirements.txt pypi
  • furo *
  • matplotlib *
  • numpy *
  • pre-commit *
  • pytest *
  • scipy *
  • sphinx_copybutton *
  • sphinxcontrib-bibtex *
  • xarray *