developmentseed/geojson-pydantic

get rid of `Position` type ?

Closed this issue · 2 comments

Position = Coordinate

Position is a copy of Coordinate and isn't use in geojson-pydantic

cc @drewbo @geospatial-jeff

I guess it is to export types defined in https://datatracker.ietf.org/doc/html/rfc7946#section-3.1.1, but then we should just use Position and not Coordinate 🤷‍♂️ ?

I was just going to mention this while looking at the new PR.

I guess it is to export types defined in datatracker.ietf.org/doc/html/rfc7946#section-3.1.1, but then we should just use Position and not Coordinate 🤷‍♂️ ?

👍 on this