plantbreeding / BrAPI

Repository for version control of the BrAPI specifications
https://brapi.org
MIT License
55 stars 32 forks source link

New endpoint: Spectral data handling #399

Open jmh579 opened 4 years ago

jmh579 commented 4 years ago

Transfer of spectral data to/from data collection app and database for storage and analysis.

Related to this BreedBase issue: https://github.com/solgenomics/sgn/issues/1696

BrapiCoordinatorSelby commented 4 years ago

Notes from meeting

Spectral Scan
{
  deviceID:
  timestamp:
  observationUnitID:
  observationUnitName:
  observationUnitBarcode:
  scanDbId: assigned on upload to DB
  scanPUI: assigned in the field
  spectralValues: [
    {
      waveLength: 
      spectralValue:
    },
    {
      waveLength: 
      spectralValue:
    }
  ]
}

Spectrometer
{
  deviceID:
  manufacturer:
  technologyDescription:
}

POST /spectrometer
POST /spectralscan