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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. fgb-vtfgb-vtPublic

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

    TypeScript 2 1

  2. TreeletTreeletPublic

    A slim JavaScript library for interactive 3D Terrain & Overlay maps - inspired by the simplicity of Leaflet

    TypeScript 1 1

  3. intreeintreePublic

    Very fast static, flat Interval Tree for Go

    Go 5 4

  4. boxtreeboxtreePublic

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

    Go 4 2

  5. postgis-addonspostgis-addonsPublic

    Custom AddOns for PostGIS & pgRouting

    C 2

  6. PostgreSQL/PostGIS - aggregate GeoJS...PostgreSQL/PostGIS - aggregate GeoJSON features into FeatureCollection
    1
    /*
    2
     * A custom (moving) aggregate function set (with overloaded parameters) wrapping native ST_AsGeoJSON(RECORD), returning JSONB directly.
    3
    */
    4
    5
    SELECT ST_AsFeatureCollection( [DISTINCT] t.*[,<options>] [ORDER BY] ) [FILTER] [OVER( [PARTITION BY] [ORDER BY] )] [::TEXT]