-
Notifications
You must be signed in to change notification settings - Fork 57
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
Introduce bounding box column definition #191
Merged
Merged
Commits on Nov 27, 2023
-
Add geometry_bbox proposal definition
* Add documentation to the top-level GeoParquet description and definition. * Add the geometry_bbox definition to the json schema * Add a few tests. Verify with `pytest test_json_schema.py`
Configuration menu - View commit details
-
Copy full SHA for 0882e85 - Browse repository at this point
Copy the full SHA 0882e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for e74af7d - Browse repository at this point
Copy the full SHA e74af7dView commit details
Commits on Nov 28, 2023
-
Change to covering from geometry_bbox. Doc updates.
Change the geometry_bbox to the broader "covering" section. Update tests and examples. Made some documentation updates: * Parquet schema -> group * Do not require zmin/zmax if geometries have 3 dimensions
Configuration menu - View commit details
-
Copy full SHA for 8790bb4 - Browse repository at this point
Copy the full SHA 8790bb4View commit details
Commits on Jan 29, 2024
-
Refactor bbox covering to specify each element
Refactor the covering bbox to be an object with fields specifying each bbox element. "Pin" them to have to end in ".xmin", ".xmax", etc.
Configuration menu - View commit details
-
Copy full SHA for 388f743 - Browse repository at this point
Copy the full SHA 388f743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a02a39 - Browse repository at this point
Copy the full SHA 7a02a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf95d7d - Browse repository at this point
Copy the full SHA bf95d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3fc80 - Browse repository at this point
Copy the full SHA 6b3fc80View commit details
Commits on Jan 30, 2024
-
Describe bounding box as the "coordinate range" of the geometry which is language used by the GeoJSON spec
Configuration menu - View commit details
-
Copy full SHA for 8bfb5b7 - Browse repository at this point
Copy the full SHA 8bfb5b7View commit details -
Update covering bbox fields to be parquet schema paths
Update bbox so that each element is an array. For example: ["bbox", "xmin"] which represents a top-level bbox struct field with an xmin member beneath it
Configuration menu - View commit details
-
Copy full SHA for 44097bf - Browse repository at this point
Copy the full SHA 44097bfView commit details -
Accidentally committed in last version for testing
Configuration menu - View commit details
-
Copy full SHA for e0b3d47 - Browse repository at this point
Copy the full SHA e0b3d47View commit details
Commits on Feb 2, 2024
-
* Mention that bounding boxes are useful for both row group statistics and page indexes * Require that bbox encoding columns be all of the same type (float or double)
Configuration menu - View commit details
-
Copy full SHA for 40ebb37 - Browse repository at this point
Copy the full SHA 40ebb37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a3c59c - Browse repository at this point
Copy the full SHA 4a3c59cView commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c540208 - Browse repository at this point
Copy the full SHA c540208View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3edcaf - Browse repository at this point
Copy the full SHA f3edcafView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6d3e0 - Browse repository at this point
Copy the full SHA eb6d3e0View commit details
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.