Skip to content

Commit

Permalink
Merge pull request #10 from mhpob/schema-guide
Browse files Browse the repository at this point in the history
README, schema guide, and licenses
  • Loading branch information
jdpye authored May 14, 2024
2 parents 53a0fba + 4feb90d commit 9141c45
Show file tree
Hide file tree
Showing 7 changed files with 1,304 additions and 4 deletions.
56 changes: 54 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,54 @@
# demo-data
A repository of small example data files related to telemetry
# Project LATiTuDeS
***Library of Aquatic Tracking and Telemetry Data Samples***

## Library structure

```
latitudes/
|-- Raw/
|-- Vendor1/
|-- InstrumentA/
|-- software version 1.0/
|-- file123.ext
|-- metadata.yaml
|-- ...
|-- Vendor2/
|-- ...
|-- Derived/
|-- Network1/
|-- Network2/
|-- ...
|-- Network Schema/
|-- Forms/
```

## File metadata schema
Files must be associated with a `metadata.yaml` file providing its context, attribution, and licensing. The current schema is found within [`schema-guide.md`](schema-guide.md) and validated against [`test/validation-schema.yaml`](test/validation-schema.yaml).

## Contributing and data needs
- Raw
- Vemco/Innovasea (Current: VRL, VDAT; Legacy: binary, text)
- Lotek
- ThelmaBiotel
- Sonotronics
- Derived
- Vemco/Innovasea ("non-truth" VRL, CSV)
- OTN matched/unmatched/qualified/unqualified/other networks
- GLATOS and `glatos`
- ETN and `etn`
- IMOS
- Actel
- Deployment data, various forms
- Forms
- OTN/FACT/MATOS/ETN/GLATOS metadata forms (multiple versions)
- Schema
- OTN (multiple across Geoserver and exports)
- GLATOS

## Licensing

Project LATiTuDeS is licensed under the [CC-BY-4.0 license](licenses/LICENSE-CC-BY-4.0.md).

Files are individually-licensed under the license reported in the `license` field of its corresponding `metadata.yaml` file.

All licenses can be found in the [`licenses/` directory](licenses).
Loading

0 comments on commit 9141c45

Please sign in to comment.