-
Notifications
You must be signed in to change notification settings - Fork 8
Improve apply on tables, add a one-crs method to reproject #302
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
b96baf1
set CRS and geometrycolumns as notes
asinghvi17 1a152b5
get source CRS by hook or crook
asinghvi17 8353f6a
allow strings as CRS
asinghvi17 cbee7e4
allow reproject(geom, target)
asinghvi17 4b4f311
test reproject with only target crs
asinghvi17 fc665ad
More robust `_is3d` for tables etc.
asinghvi17 13b6ba3
Enable applying to _all_ geom columns, not only the first
asinghvi17 6a14f0b
more tests
asinghvi17 303a9e7
test errors
asinghvi17 e68698b
add descriptive geometrycolumn not found error
asinghvi17 58f8054
add comments, simplify code
asinghvi17 3f8a95b
fix: row access doesn't need `first`
asinghvi17 286b6d2
fix: preserve_default_metadata
asinghvi17 7beb094
fix crs comparison
asinghvi17 c2916d6
Merge branch 'main' into as/more-reproject
asinghvi17 4ea7950
Update test/primitives.jl
asinghvi17 794eeb0
Update test/primitives.jl
asinghvi17 a27bc6e
Update src/utils/utils.jl
asinghvi17 c19efc8
check iterableness, don't duplicate DataAPI query
asinghvi17 ea09a63
Update ext/GeometryOpsProjExt/reproject.jl
asinghvi17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.