Open
Conversation
Add links to geoarrow-data v0.2.0 test files including: - NS Water point data (various encodings) - Natural Earth cities and countries - Quadrangles 100k dataset - Example CRS files for Vermont Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Include all .arrows files under 2MB from geoarrow-data: - Example files for all geometry types (2D, Z, M, ZM) - GeometryCollection and nested variants - Mixed dimensions examples - Organized by category with comments Skip large datasets (>2MB): NS-water layers, Microsoft buildings Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Update ArrowTypes.JuliaType signatures to use x::Type
- Add helper functions _unwrap_type, _ndims, _eltype for type introspection
- Add fromarrow methods for separated Point encoding (Struct with x, y, z, m fields)
- Add fromarrow methods for Box/Extent types (2D, 3D, 4D)
- Add Geometry{PointTrait,D,T} constructor for 4 arguments
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Download 185 test files from geopandas and geoarrow-data repositories - Add test_all_files.jl script to verify all files can be read - Covers: WKB, WKT, interleaved, separated point encodings - Covers: Box types (geoarrow.box) - Covers: All dimension variants (2D, Z, M, ZM, mixed) - All 185 test files pass successfully Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Member
|
Failing tests are fixed with JuliaGeo/GeoInterface.jl#211. (extent fails GeoInterface geometrytest) |
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
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.
Summary
Test plan
🤖 Generated with Claude Code