[postgis-users] Support to FlatGeoBuf such as ST_Geobuf

Björn Harrtell bjorn.harrtell at gmail.com
Sun Jan 10 11:06:39 PST 2021


Hi Rogério,

I've done quite a bit of work to implement this at
https://github.com/postgis/postgis/pull/583.

The main reason I didn't finish it and pushed for inclusion in PostGIS 3.1
is that I'm bothered by some limitations that PostgreSQL has on bytea
input/output. Mostly that it cannot be streamed and that size is limited to
1 GB.

That said, perhaps it can be useful regardless and your question does help
a little bit to motivate me to possibly finish this in a near future. :)

/Björn

Den ons 30 dec. 2020 kl 03:47 skrev Rogério Borba <rogerio.borba17 at gmail.com
>:

>   Postgis has the spatial function ST_AsGeobuf - that returns a set of
> rows corresponding to a FeatureCollection.
> Is there any chance to have ST_AsFlatGeoBuf  implemented in the
> forthcoming version?
> Thanks
>
> Em ter., 29 de dez. de 2020 às 23:40, Rogério Borba <
> rogerio.borba17 at gmail.com> escreveu:
>
>> Postgis has the spatial function ST_AsGeobuf - that returns a set of rows
>> corresponding to a FeatureCollection.
>> Is there any chance to have ST_AsFlatGeoBuf  implemented in the
>> forthcoming version?
>>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/postgis-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20210110/03f6b394/attachment.html>


More information about the postgis-users mailing list