https://github.com/bcdev/mms

Multisensor matchup system

https://github.com/bcdev/mms

Science Score: 18.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
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Multisensor matchup system

Basic Info
  • Host: GitHub
  • Owner: bcdev
  • License: gpl-3.0
  • Language: Java
  • Default Branch: master
  • Size: 41.3 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Fork of FIDUCEO/MMS
Created over 6 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License Citation

README.md

MMS

Introduction

The Multisensor Matchup System is a set of software components that allows to detect simultaneous measurements of geolocated instrument data. Its main purpose is to support the validation of satellite based instruments by generating cross-sensor matches of either instruments from different platforms or between satellite and ground-based measurements.

Owner

  • Name: Brockmann Consult Development
  • Login: bcdev
  • Kind: user
  • Location: Germany
  • Company: Brockmann Consult GmbH

Citation (CITATION.cff)

cff-version: 1.2.0
title: Multisensor Matchup System (MMS)
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Thomas
    family-names: Block
    email: tom.block@brockmann-consult.de
    affiliation: Brockmann Consult GmbH
  - given-names: Sabine
    family-names: Embacher
    email: sabine.embacher@brockmann-consult.de
    affiliation: Brockmann Consult GmbH
identifiers:
  - type: doi
    value: 10.5281/zenodo.8116892
repository-code: 'https://github.com/bcdev/MMS'
url: 'https://www.brockmann-consult.de/'
abstract: >-
  The Multisensor matchup System (MMS) is a software suite
  that allows to detect simulatneous measurements of remote
  sensing (satellite) and in-situ instruments. 


  Its main purpose is to support the validation of satellite
  based instruments by generating cross-sensor matches of
  either instruments from different satellite platforms or
  between satellite and ground-based measurements.
keywords:
  - matchup
  - calibration
  - validation
  - earth observation
  - satellite
license: GPL-3.0

GitHub Events

Total
  • Delete event: 3
  • Member event: 1
  • Push event: 23
  • Pull request event: 3
  • Create event: 2
Last Year
  • Delete event: 3
  • Member event: 1
  • Push event: 23
  • Pull request event: 3
  • Create event: 2

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 months
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • SabineEmbacher (1)
  • TomBlock (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

core/pom.xml maven
  • com.bc.fiduceo:google-s2 ${mms.version}
  • com.h2database:h2
  • com.vividsolutions:jts
  • edu.ucar:netcdfAll
  • mysql:mysql-connector-java
  • net.postgis:postgis-jdbc
  • org.apache.commons:commons-compress
  • org.apache.commons:commons-dbcp2
  • org.esa.s3tbx:s3tbx-avhrr-reader
  • org.esa.s3tbx:s3tbx-sentinel3-reader
  • org.esa.snap:snap-core
  • org.esa.snap:snap-engine-utilities
  • org.esa.snap:snap-envisat-reader
  • org.mongodb:mongo-java-driver
  • org.postgresql:postgresql
  • com.google.jimfs:jimfs test
  • junit:junit test
  • org.hamcrest:hamcrest-all test
  • org.mockito:mockito-core test
google-s2/pom.xml maven
  • com.google.code.findbugs:jsr305 3.0.0
  • com.google.guava:guava 16.0.1
  • junit:junit 4.12 test
ingestion-tool/pom.xml maven
  • com.bc.fiduceo:core ${mms.version}
  • com.h2database:h2
  • com.bc.fiduceo:core ${mms.version} test
  • junit:junit test
  • org.mockito:mockito-core test
matchup-tool/pom.xml maven
  • com.bc.fiduceo:core ${mms.version}
  • edu.ucar:netcdfAll
  • com.bc.fiduceo:core ${mms.version} test
  • junit:junit test
  • org.hamcrest:hamcrest-all test
  • org.mockito:mockito-core test
pom.xml maven
  • com.h2database:h2 2.1.210
  • com.vividsolutions:jts 1.13
  • edu.ucar:netcdfAll 5.3.3
  • mysql:mysql-connector-java 8.0.18
  • net.postgis:postgis-jdbc 2.5.1
  • org.apache.commons:commons-compress 1.21
  • org.apache.commons:commons-dbcp2 2.9.0
  • org.esa.s3tbx:s3tbx-avhrr-reader 9.0.3
  • org.esa.s3tbx:s3tbx-sentinel3-reader 9.0.3
  • org.esa.snap:snap-core 9.0.2
  • org.esa.snap:snap-engine-utilities 9.0.2
  • org.esa.snap:snap-envisat-reader 9.0.2
  • org.mongodb:bson 3.12.10
  • org.mongodb:mongo-java-driver 3.12.10
  • org.postgresql:postgresql 42.3.3
  • com.google.jimfs:jimfs 1.1 test
  • junit:junit 4.13.2 test
  • org.hamcrest:hamcrest-all 1.3 test
  • org.mockito:mockito-core 4.4.0 test
post-processing-tool/pom.xml maven
  • com.bc.fiduceo:core ${mms.version}
  • edu.ucar:netcdfAll
  • com.bc.fiduceo:core ${mms.version} test
  • com.google.jimfs:jimfs test
  • junit:junit test
  • org.hamcrest:hamcrest-all test
  • org.mockito:mockito-core test
cems/pom.xml maven
environment.yml pypi