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

Coordinate values as doubles instead of num #186

Closed
navispatial opened this issue Aug 11, 2023 · 1 comment
Closed

Coordinate values as doubles instead of num #186

navispatial opened this issue Aug 11, 2023 · 1 comment
Labels
🌐 geobase Related to the code package "geobase" refactoring

Comments

@navispatial
Copy link
Member

Geographic + vector data structures already handle coordinate values as double.

Change also other key classes handling geographic and projected coordinate data to use double type instead of num. The aim is to simplify class APIs.

@navispatial navispatial added refactoring 🌐 geobase Related to the code package "geobase" labels Aug 11, 2023
navispatial added a commit that referenced this issue Aug 11, 2023
…arious classes like Position, Box, Projected and ProjBox, many other refactorings too #186

BREAKING CHANGE: the API of Position and Box changed
navispatial added a commit that referenced this issue Aug 11, 2023
@navispatial
Copy link
Member Author

Implemented in geobase 0.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌐 geobase Related to the code package "geobase" refactoring
Projects
None yet
Development

No branches or pull requests

1 participant