https://github.com/asfhyp3/harmony-opera-rtc-reproject

Build a re-projection service for OPERA-RTC data in the harmony

https://github.com/asfhyp3/harmony-opera-rtc-reproject

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 (4.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Build a re-projection service for OPERA-RTC data in the harmony

Basic Info
  • Host: GitHub
  • Owner: ASFHyP3
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: develop
  • Size: 1.98 MB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Codeowners

README.md

harmony-opera-rtc-reproject

Build a re-projection service for OPERA-RTC data in the harmony

The dockerfile has been configured to include gdal. You should modify it to include any other dependencies you may need for your service.

Build the service image using the ./build-service script.

If your service performs a transformation on a single file you can modify the example code in the process_item method in the .py file to put your service logic. If your service processes many files at once you'll need to override and implement the invoke method.

See https://github.com/nasa/harmony-service-lib-py for detailed information on implementing a harmony service.

Owner

  • Name: HyP3
  • Login: ASFHyP3
  • Kind: organization
  • Location: Fairbanks, AK

Alaska Satellite Facility's Hybrid Pluggable Processing Pipeline

GitHub Events

Total
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 1
  • Pull request review event: 1
  • Pull request event: 4
  • Fork event: 1
  • Create event: 1
Last Year
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 1
  • Pull request review event: 1
  • Pull request event: 4
  • Fork event: 1
  • Create event: 1

Dependencies

.github/workflows/changelog.yml actions
.github/workflows/create-jira-issue.yml actions
.github/workflows/labeled-pr.yml actions
.github/workflows/release-checklist-comment.yml actions
.github/workflows/release.yml actions
.github/workflows/static-analysis.yml actions
.github/workflows/tag-version.yml actions
.github/workflows/test-and-build.yml actions
Dockerfile docker
  • mambaorg/micromamba latest build
environment.yml pypi
  • harmony-service-lib *