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

Convert schema JSON that PDAL provides to Kart format #633

Merged
merged 1 commit into from
May 27, 2022

Conversation

olsen232
Copy link
Collaborator

@olsen232 olsen232 commented May 27, 2022

PDAL exposes the point-data-record-format in terms of a list of fields - the fields are described with their names and data types. We already have this concept in kart - the "schema.json" meta item - but in a slightly different format. This massages the data PDAL gives us to be in the Kart format.

#565

Fixes #632

@olsen232 olsen232 requested a review from craigds May 27, 2022 03:10
Copy link
Member

@craigds craigds left a comment

Choose a reason for hiding this comment

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

thanks! LGTM

@olsen232 olsen232 merged commit fa3499d into master May 27, 2022
@olsen232 olsen232 deleted the convert-pdal-schema-to-kart branch May 27, 2022 03:40
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

Successfully merging this pull request may close these issues.

Point-cloud dataset schemas are inconsistent with vector/table schemas
2 participants