The WKB spec does not allow empty points. Some reads: https://github.com/Toblerity/Shapely/issues/742 https://trac.osgeo.org/postgis/ticket/3181 If I'm correct (needs checking), we should serialize it to POINT (NaN, NaN), and deserialize back to POINT EMPTY.
The WKB spec does not allow empty points. Some reads:
shapely/shapely#742
https://trac.osgeo.org/postgis/ticket/3181
If I'm correct (needs checking), we should serialize it to POINT (NaN, NaN), and deserialize back to POINT EMPTY.