-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement GeoInterface for Coord and in Transformations. (#91)
* Implement GeoInterface for Coord and in Transformations. * Proj.identify (#92) * add high level interface to proj_identify * add tests for Proj.identify * move identify from libproj to crs * address comments on Proj.identify * update tests * free pj_list * final improvements - standardize docstring - avoid intermediate Vectors - free out_confidence * run JuliaFormatter --------- Co-authored-by: Martijn Visser <[email protected]> * run JuliaFormatter --------- Co-authored-by: Alex Gardner <[email protected]> Co-authored-by: Martijn Visser <[email protected]>
- Loading branch information
1 parent
5beab68
commit 970a87f
Showing
4 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
970a87f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
970a87f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/90504
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: