Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DARPA-CRITICALMAAS/cdr_schemas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.9
Choose a base ref
...
head repository: DARPA-CRITICALMAAS/cdr_schemas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 8 files changed
  • 6 contributors

Commits on Oct 10, 2024

  1. Sri ta3 integration (#69)

    * updates to prospectivity_models.py
    
    * updates to prospectivity_models.py
    
    * format updates
    
    * change field name
    
    * readme
    
    ---------
    
    Co-authored-by: Vasily Zadorozhnyy <vasily.zadorozhnyy@sri.com>
    Co-authored-by: marshHawk4 <kyle@jataware.com>
    3 people authored Oct 10, 2024
    Copy the full SHA
    60f90db View commit details

Commits on Oct 14, 2024

  1. Response meta for cogs/cma (#70)

    * first attempt
    
    * tested
    marshHawk4 authored Oct 14, 2024
    Copy the full SHA
    96b45ee View commit details
  2. format (#71)

    marshHawk4 authored Oct 14, 2024
    Copy the full SHA
    5e3eb30 View commit details

Commits on Oct 15, 2024

  1. Prerocessing Repo Additions (#68)

    * updated
    
    * lock
    
    * updated mineral sites
    
    * here
    
    * latest
    
    * updated
    
    * multiple vector rasters
    
    * latest
    
    * latest
    
    * format
    
    * list of processed ids
    
    * version
    marshHawk4 authored Oct 15, 2024
    Copy the full SHA
    38db806 View commit details

Commits on Oct 17, 2024

  1. updated (#72)

    * updated
    
    * version
    marshHawk4 authored Oct 17, 2024
    Copy the full SHA
    b24f3e4 View commit details

Commits on Oct 18, 2024

  1. Event (#73)

    * added id
    
    * here
    marshHawk4 authored Oct 18, 2024
    Copy the full SHA
    596e420 View commit details

Commits on Oct 24, 2024

  1. return label raster info (#74)

    * updated
    
    * format
    marshHawk4 authored Oct 24, 2024
    Copy the full SHA
    1aa36a1 View commit details

Commits on Oct 30, 2024

  1. minimal RFUserOptions for baseline RandomForestClassifier model (#61)

    * minimal RFUserOptions for baseline RandomForestClassified model
    
    * added
    
    * readme
    
    ---------
    
    Co-authored-by: bkj <ben@jataware.com>
    Co-authored-by: marshHawk4 <kyle@jataware.com>
    3 people authored Oct 30, 2024
    Copy the full SHA
    a4bdffc View commit details
  2. adding title to payload (#75)

    * adding title to payload
    
    * reformat
    marshHawk4 authored Oct 30, 2024
    Copy the full SHA
    6c02c3f View commit details
  3. added (#77)

    marshHawk4 authored Oct 30, 2024
    Copy the full SHA
    b30fbd3 View commit details

Commits on Nov 3, 2024

  1. here (#78)

    marshHawk4 authored Nov 3, 2024
    Copy the full SHA
    467fee3 View commit details

Commits on Dec 17, 2024

  1. Beak-TA3 BNN and SOM Schema Additions (#79)

    * Beak-TA3 BNN and SOM Schema Additions
    
    Added:
    - Missing SOM parameters for StatMaGIC
    - All new BNN parameters
    
    * Added missing SOM parameters
    
    Last commit did not contain the additional SOM parameters - added them now.
    
    * Datatype Changes for SOM
    
    * Updated schema for BNN
    
    - Decreased number of parameters
    - Added better descriptions
    
    * Corrected default value for upsample_positives_multiplier
    msmiyels authored Dec 17, 2024
    Copy the full SHA
    8afd022 View commit details
  2. fixVersion (#80)

    marshHawk4 authored Dec 17, 2024
    Copy the full SHA
    2bc583c View commit details

Commits on Dec 31, 2024

  1. Cma extent (#82)

    * updated response
    
    * version
    marshHawk4 authored Dec 31, 2024
    Copy the full SHA
    c5434ab View commit details
Showing with 1,793 additions and 447 deletions.
  1. +537 −420 README.md
  2. +22 −0 cdr_schemas/cdr_responses/cma.py
  3. +34 −0 cdr_schemas/cdr_responses/cogs.py
  4. +63 −5 cdr_schemas/cdr_responses/prospectivity.py
  5. +75 −13 cdr_schemas/prospectivity_input.py
  6. +89 −8 cdr_schemas/prospectivity_models.py
  7. +972 −0 poetry.lock
  8. +1 −1 pyproject.toml
Loading