Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cff-version: 1.2.0
type: software
license: MIT
title: VPTS CSV
version: 1.0
version: 1.1
abstract: >-
Data exchange format for biological signals detected by
weather radars.
Expand All @@ -21,7 +21,7 @@ authors:
affiliation: Cornell Lab of Ornithology
repository-code: https://github.com/aloftdata/vpts-csv
url: https://aloftdata.eu/vpts-csv
date-released: '2023-12-18'
date-released: '2025-11-20'
keywords:
- data exchange format
- frictionlessdata
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Research Institute for Nature and Forest (INBO)
Copyright (c) 2025 Research Institute for Nature and Forest (INBO)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 9 additions & 0 deletions vpts-csv-table-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
"maximum": 25000
}
},
{
"name": "height_reference",
"description": "Reference height relative to which the profile height bins are defined, one of `sea`, `ground` or `antenna`",
"type": "string",
"example": "sea",
"constraints": {
"pattern": "^(?=.*(?:sea|ground|antenna)).*$"
}
},
{
"name": "u",
"description": "Ground speed component west to east in m/s.",
Expand Down