emit-sds-l3
Produce EMIT Level 3 products - mosaics and ESM grid scale aggregates
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.1%) to scientific vocabulary
Repository
Produce EMIT Level 3 products - mosaics and ESM grid scale aggregates
Basic Info
- Host: GitHub
- Owner: emit-sds
- License: apache-2.0
- Language: Python
- Default Branch: develop
- Homepage: https://earth.jpl.nasa.gov/emit/
- Size: 1.86 MB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 0
- Releases: 3
Metadata Files
README.md
emit-sds-l3
NOTE - See the develop branch - set as default - for the latest updates.
Welcome to the EMIT Level 3 science data system repository. To understand how this repository is linked to the rest of the emit-sds repositories, please see the repository guide.
This repository executes two different actions - mosaic generation and data aggregation to an ESM-scale product. SpectralUnmixing was previously a part of this repository, but has been relocated.
Example call to construct a mosaic-glt (3-band image denoting x-offset, y-offset, and file number):
julia build_mosaic_glt.jl OUTPUT_MOSAIC_GLT IGM_FILE_LIST TARGET_RESOLUTION
Additional arguments:
--criteria_mode, type = String, default = "distance", help = "Band-ordering criteria mode. Options are min or max (require criteria file), or distance (uses closest point)
--criteria_band, type = Int64, default = 1, help = "band of criteria file to use"
--criteria_file_list, type = String, help = "file(s) to be used for criteria"
--target_extent_ul_lr, type = Float64, nargs=4, help = "extent to build the mosaic of"
--mosaic, type = Int32, default=1, help = "treat as a mosaic"
--output_epsg, type = Int32, default=4326, help = "epsg to write to destination"
--log_file, type = String, default = nothing, help = "log file to write to"
\ \ Example call to apply a mosaic-glt to create a mosaic:
python apply_glt.py GLT_FILE RAWSPACE_FILES OUTPUT_FILENAME
Additional arguments:
-band_numbers, nargs='+', type=int, default=-1, help='list of 0-based band numbers, or -1 for all'
-n_cores, type=int, default=-1
-log_file, type=str, default=None
-log_level, type=str, default='INFO'
-run_with_missing_files, type=int, default=0, choices=[0,1]
-ip_head, type=str
-redis_password, type=str
-one_based_glt, type=int, choices=[0,1], default=0
-mosaic, type=int, choices=[0,1], default=0
Owner
- Name: emit-sds
- Login: emit-sds
- Kind: organization
- Repositories: 11
- Profile: https://github.com/emit-sds
Citation (CITATION.cff)
cff-version: 1.2.0
title: emit-sds-l3
message: >-
This codebase provides an interface to executing L3 EMIT
SDS code.
type: software
authors:
- given-names: Philip G Brodrick
affiliation: >-
Jet Propulsion Laboratory, California Institute of
Technology
orcid: 'https://orcid.org/0000-0001-9497-7661'
- given-names: Winston Olson-Duvall
affiliation: >-
Jet Propulsion Laboratory, California Institute of
Technology
orcid: 'https://orcid.org/0000-0002-4210-0283'
license: Apache-2.0
GitHub Events
Total
- Watch event: 1
- Push event: 1
- Pull request event: 1
- Fork event: 2
Last Year
- Watch event: 1
- Push event: 1
- Pull request event: 1
- Fork event: 2