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

Repository

Basic Info
  • Host: GitHub
  • Owner: fotxoa-geo
  • License: apache-2.0
  • Language: Python
  • Default Branch: research
  • Size: 23.6 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 4
Created over 2 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

TerraSpec

A Python library for processing and analyzing spectral data, with a focus on mineral identification using the Tetracorder algorithm.

Features

  • Spectral library aggregation and management
  • Simulated spectra generation
  • Tetracorder command library setup and configuration
  • Mineral spectral analysis
  • Support for common spectral data file formats
  • EMIT (Earth Surface Mineral Dust Source Investigation) data handling

Installation

  1. Clone and set up the emit-utils repository: git clone git@github.com:emit-sds/emit-utils.git pip install --editable .\emit-utils cd emit-utils export PYTHONPATH=$PYTHONPATH:$(pwd) cd ..
  2. Create and activate a conda environment using the provided terraspec.yml:

git clone git@github.com:fotxoa-geo/terraspec.git cd terraspec conda env create -f terraspec.yml conda activate terraspec

Note, the pinned version of tensorflow used here may not install on all systems - you can likely either use a more recent version of tensorflow, and/or ignore its installation if you do not intend to run simulations up and down through the atmosphere with isofit.

Simulations

  1. Using command line

Owner

  • Login: fotxoa-geo
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Ochoa"
  given-names: "Francisco"
  orcid: "https://orcid.org/0000-0003-3363-2496"
- family-names: "Brodrick"
  given-names: "Philip"
  orcid: "https://orcid.org/0000-0001-9497-7661"
- family-names: "Okin"
  given-names: "Gregory"
  orcid: "https://orcid.org/0000-0002-0484-3537"
title: "terraspec"
version: 1.0.0
doi: 10.5281/zenodo.14867412
date-released: 2025-03-26
url: "https://github.com/fotxoa-geo/terraspec"

GitHub Events

Total
  • Create event: 4
  • Issues event: 1
  • Release event: 2
  • Watch event: 2
  • Delete event: 1
  • Member event: 1
  • Push event: 20
  • Public event: 1
Last Year
  • Create event: 4
  • Issues event: 1
  • Release event: 2
  • Watch event: 2
  • Delete event: 1
  • Member event: 1
  • Push event: 20
  • Public event: 1