Skip to content
View geozelot's full-sized avatar

Organizations

@streetmetrics

Block or report geozelot

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. fgb-vt fgb-vt Public

    Fast FlatGeobuf to Vector Tiles on the fly - stateless, as middlelayer or slim tile server.

    TypeScript

  2. SQLStringBuilder SQLStringBuilder Public

    Simplistic inline parameterized SQL string builder and compiler

    Java

  3. intree intree Public

    Very fast static, flat Interval Tree for Go

    Go 5 4

  4. boxtree boxtree Public

    Very fast static, flat 2D Interval Tree (box overlap) for Go

    Go 4 2

  5. postgis-addons postgis-addons Public

    Custom AddOns for PostGIS & pgRouting

    C 2

  6. PostgreSQL/PostGIS - aggregate GeoJS... PostgreSQL/PostGIS - aggregate GeoJSON features into FeatureCollection
    1
    DROP AGGREGATE IF EXISTS public.ST_AsFeatureCollection(ANYELEMENT);
    2
    DROP AGGREGATE IF EXISTS public.ST_AsFeatureCollection(ANYELEMENT, TEXT);
    3
    DROP AGGREGATE IF EXISTS public.ST_AsFeatureCollection(ANYELEMENT, INT);
    4
    DROP AGGREGATE IF EXISTS public.ST_AsFeatureCollection(ANYELEMENT, TEXT, INT);
    5
    DROP AGGREGATE IF EXISTS public.ST_AsFeatureCollection(ANYELEMENT, INT, TEXT);