Skip to content
View geozelot's full-sized avatar

Organizations

@streetmetrics
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. intree intree Public

    Very fast static, flat Interval Tree for Go

    Go 5 4

  2. boxtree boxtree Public

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

    Go 3 1

  3. postgis-addons postgis-addons Public

    Custom AddOns for PostGIS & pgRouting

    C 2

  4. postgis-custom postgis-custom Public

    A customized PostGIS (latest stable) codebase, used by me.

    PLpgSQL

  5. 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);