Skip to content

feat: add native I/O formats, constructors, and geometry accessors#4

Open
eddietejeda wants to merge 1 commit intomainfrom
feat/native-extensions
Open

feat: add native I/O formats, constructors, and geometry accessors#4
eddietejeda wants to merge 1 commit intomainfrom
feat/native-extensions

Conversation

@eddietejeda
Copy link

  • ST_AsEWKT / (round-trip EWKT with embedded SRID)
  • ST_AsGeoJSON / ST_GeomFromGeoJSON
  • ST_MakeLine, ST_MakePolygon, ST_MakeEnvelope
  • ST_IsClosed, ST_IsRing, ST_IsSimple, ST_IsEmpty, ST_IsCollection
  • ST_NumGeometries, ST_NRings, ST_HasZ, ST_HasM, ST_Dimension

Add geojson + serde_json crate dependencies.

- ST_AsEWKT / (round-trip EWKT with embedded SRID)
- ST_AsGeoJSON / ST_GeomFromGeoJSON
- ST_MakeLine, ST_MakePolygon, ST_MakeEnvelope
- ST_IsClosed, ST_IsRing, ST_IsSimple, ST_IsEmpty, ST_IsCollection
- ST_NumGeometries, ST_NRings, ST_HasZ, ST_HasM, ST_Dimension

Add geojson + serde_json crate dependencies.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant