-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from mhpob/schema-guide
README, schema guide, and licenses
- Loading branch information
Showing
7 changed files
with
1,304 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Oops, something went wrong.