-
Notifications
You must be signed in to change notification settings - Fork 66
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
RST_Type RST_UpdateType #564
Merged
Merged
Conversation
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
…heckpointing by default
* added methods for triangulation and interpolation, data for testing * updated interpolation function to use an STRTree * fails due to row size exceeding heap * working generator for unconstrained triangulation * conforming triangulation appears to be working * added st_interpolateelevation expression and updated wkb / wkt writers to respect coordinate dimension * removed buffer for input masspoints * first pass at rasterization, added toWKT and toWKB that can explicitly specify coordinate dimensions * added a GDALRasterize operator to write outputs * added RST_DTMFromGeoms initial implementation and tests * fixed issues with interpolation and triangulation split points missing Z values * updated tests to use 1km subset of masspoints * fixed failing tests * ran black on python module * added python bindings for new functions * added triangulation and interpolation python tests * added python test for raster function * added python test for raster function * added SparkR tests for vector functions * added SparkR tests for raster function * added sparklyr tests for vector functions * added raster function tests to sparklyr bindings / fixed typo in sql registration for rst_dtmfromgeoms * description of st_triangulate * mistake in BNG grid * grid points are silently dropped if not in triangulated area (will be set equal to NoData value when raster written) * updated logic of rasterize method to handle empty geometry collections * hardcoded algorithm tolerance to zero * check / fix failing test * small docs updates * minor docs fix, split out tolerance into two params * updated docs / added examples for st_triangulate * added docs for interpolateelevation and dtmfromgeoms * ran isort, reverted h3 version bump, removed unused import
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Methods for getting / setting the pixel data type on rasters.