Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Datastream/observationType to enum and check its values #1855

Open
hylkevds opened this issue Jan 11, 2024 · 0 comments
Open

Change Datastream/observationType to enum and check its values #1855

hylkevds opened this issue Jan 11, 2024 · 0 comments

Comments

@hylkevds
Copy link
Member

Currently any String is allowed, but only one of the official codes should be allowed:

  • OM_Observation: Observation;
  • OM_Measurement: Measurement;
  • OM_CategoryObservation: Category Observation;
  • OM_CountObservation: Count Observation;
  • OM_TruthObservation: Truth Observation;
  • OM_TemporalObservation: Temporal Observation;
  • OM_GeometryObservation: Geometry Observation;
  • OM_ComplexObservation: Complex Observation;
  • OM_DiscreteCoverageObservation: Discrete CoverageObservation;
  • OM_PointCoverageObservation: Point Coverage Observation;
  • OM_TimeSeriesObservation: Time Series Observation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant