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 point accuracy & define optional point feature properties #73

Conversation

ezheidtmann
Copy link

Addresses #59 and #51.

I used horizontalAccuracy because it's a good match to verticalAccuracy, but I don't feel strongly.

Copy link
Collaborator

@thekaveman thekaveman left a comment

Choose a reason for hiding this comment

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

I like this terminology, this is all really great clarification. Can you rebase on the latest master so we can see it in context?

Edit: a separate PR for #74 is probably best, I jumped the gun on that. But I still think Feature makes the most sense there.

@ezheidtmann ezheidtmann force-pushed the add-point-accuracy-and-optional-properties branch from a81a186 to bace177 Compare September 21, 2018 17:31
@ezheidtmann
Copy link
Author

Thanks. Rebased.

To represent a route, MDS `provider` APIs should create a GeoJSON Feature Collection, which includes every observed point in the route. Each point is expressed as a GeoJSON `Feature` with a `Point` geometry.

Route point features must include at least a UTC timestamp and accuracy radius in the `properties` key. Optional fields may be omitted or use the `null` value.
>>>>>>> Add point accuracy & define optional point feature properties
Copy link
Collaborator

Choose a reason for hiding this comment

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

It looks like you rebased, but didn't resolve the merge conflicts?

Copy link
Author

Choose a reason for hiding this comment

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

Ha! Looks like I committed before I saved the resolution. Pushed again.

@ezheidtmann ezheidtmann force-pushed the add-point-accuracy-and-optional-properties branch from bace177 to 6110de1 Compare September 21, 2018 19:30
@thekaveman thekaveman added this to the Future milestone Sep 27, 2018
@hunterowens hunterowens closed this Oct 1, 2018
@hunterowens hunterowens reopened this Oct 1, 2018
@hunterowens
Copy link
Collaborator

sorry for the close - had some branch errors that required recreating master and that closed this PR.

@ezheidtmann
Copy link
Author

What changes are needed now? Another rebase?

@hunterowens hunterowens changed the base branch from master to dev October 6, 2018 20:45
@thekaveman thekaveman added the Schema Implications for JSON Schema or OpenAPI label Oct 10, 2018
@marie-x
Copy link
Collaborator

marie-x commented Mar 27, 2019

Is this PR still relevant? @thekaveman?

@CLAassistant
Copy link

CLAassistant commented Nov 6, 2019

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@schnuerle
Copy link
Member

Being addressed by #653. Please review that PR and leave comments there if interested.

@schnuerle schnuerle closed this Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Schema Implications for JSON Schema or OpenAPI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants