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

Add --with-dataset-types to kart meta get #649

Merged
merged 1 commit into from
Jun 12, 2022
Merged

Conversation

olsen232
Copy link
Collaborator

Simply adds two fields to each dataset's meta output:
"datasetType" and "version"
datasetType is always a string, and version is always an integer.

Existing datasets will mostly be datasetType="table", version=3
Experimental point cloud datasets are datasetType="point-cloud" version=1

  • Have you reviewed your own change?
  • Have you included test(s)?
  • Have you updated the changelog?

Simply adds two fields to each datasets output:
"datasetType" and "version".

Most existing datasets will be ("table", 3).
Experimental point cloud datasets are ("point-cloud", 1)
@olsen232
Copy link
Collaborator Author

cc @hamishcampbell @UberMouse

@olsen232 olsen232 merged commit de158ef into master Jun 12, 2022
@olsen232 olsen232 deleted the meta-with-dataset-types branch June 12, 2022 21:58
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.

None yet

1 participant