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

Floating lidar file format #271

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

stephenholleran
Copy link
Collaborator

This is a pull request to facilitate the conversation #268 and implementation on the possible new floating lidar file format that is delivered to consumers of the timeseries data.

@stephenholleran stephenholleran added the enhancement New feature or request label Oct 15, 2024
@stephenholleran stephenholleran self-assigned this Oct 15, 2024
@stephenholleran stephenholleran changed the base branch from master to dev January 16, 2025 19:11
@stephenholleran
Copy link
Collaborator Author

@kersting as promised what I have got done so far. I plan on working on it again in the morning so no point doing any detailed review. At a high level you can comment on the new folder and if the files within the folder are appropriate.

There are (so far) 4 new files.

  1. The README is the big one which contains an outline of the project and details of the file format. I am just putting thoughts down in no real order with loads of mistakes. I plan on putting in more content and clean it up a bit tomorrow.
  2. A sample file floating_lidar_file_format.csv which has a valid header but only a few column names. More examples of column names are needed which may increase the header content. Suggestions of column names would be useful if you have any?
  3. A JSON Schema, floating_lidar_file_format_header_schema.json, which validates the header. This is basically the WRA Data Model with a lot of parts not needed deleted. This is final and can be reviewed in detail.
  4. A change log file which follows the same format as the WRA Data Model. Since this is the first release there are no changes to document.

Cheers,

@kersting kersting marked this pull request as ready for review January 16, 2025 21:10
@stephenholleran stephenholleran marked this pull request as draft January 17, 2025 16:42
},
"type": "object",
"title": "IEA Wind Resource Assessment - Data Model",
"description": "This Data Model schema is a digital representation of a meteorological mast used for measuring the wind resource of a potential wind farm.",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update this description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

1 participant