Skip to content
View brambow's full-sized avatar

Organizations

@loveland
Block or Report

Block or report brambow

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

  1. elements elements Public

    Themeable React components for map-based web applications

    JavaScript 69 11

  2. koop-provider-postgis koop-provider-postgis Public

    PostGIS provider for Koop.js

    JavaScript 8 7

  3. PostGIS query to build a GeoJSON Fea... PostGIS query to build a GeoJSON FeatureCollection
    1
    SELECT json_build_object(
    2
        'type', 'FeatureCollection',
    3
        'crs',  json_build_object(
    4
            'type',      'name', 
    5
            'properties', json_build_object(
  4. covid-dashboard covid-dashboard Public

    dashboard for COVID-19 pandemic built with MapboxGL and React

    JavaScript 2 1

  5. postgis2mapbox postgis2mapbox Public

    NodeJS tool for querying a PostGIS database and uploading the results to Mapbox as vector tiles.

    JavaScript 1

  6. PostgreSQL Data Dictionary PostgreSQL Data Dictionary
    1
    SELECT DISTINCT ON
    2
      ( table_schema, table_name, ordinal_position ) table_schema,
    3
      table_name,
    4
      ordinal_position,
    5
      column_name,