Add ST_AsHEXWKB, updated casts, additional fixes.
#55
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.
Closes #50
Closes #49
Closes #43
Closes #37
Closes #42
Functions & Casts
ST_AsHEXWKB(geometry)to produce WKB in the same hex-format as e.g. postgis.WKB_BLOBandGEOMETRYare now explicit rather than implicit, and aliasST_AsWKB/ST_GeomFromWKB.ST_GeomFromText(<wkt>, ignore_invalid := <bool>)keyword parameter to produce nulls when encountering invalid WKT strings.GDAL Module
SPATIAL_USE_NETWORK=<bool>CMake build option to control building/linking curl and openssl, as well as whether or not GDAL drivers requiring network functionality should be enabled. This takes us another step closer towards Feature: WASM Support #17. Enabled by default.