Fields:
OBJECTID ( type: esriFieldTypeOID , alias: OBJECTID )
SHAPE ( type: esriFieldTypeGeometry , alias: SHAPE )
ADD_NO ( type: esriFieldTypeString , alias: Address No , length: 10 )
HALF ( type: esriFieldTypeString , alias: Unit , length: 10 )
ST_PRE ( type: esriFieldTypeString , alias: Street Prefix , length: 2 )
ST_NM ( type: esriFieldTypeString , alias: Street Name , length: 30 )
ST_SUFX ( type: esriFieldTypeString , alias: Street Suffix , length: 4 )
ST_POST ( type: esriFieldTypeString , alias: Street Post Direction , length: 2 )
ADD_LINK ( type: esriFieldTypeInteger , alias: Street , Coded Values: 1401: 1ST ST , 270: 1ST AVE W , 1399: 1ST AVE SE , ...1918 more... )
ZIPCODE ( type: esriFieldTypeInteger , alias: Zipcode )
ADDRESS_ID ( type: esriFieldTypeInteger , alias: Master Address ID )
USE_ ( type: esriFieldTypeSmallInteger , alias: USE , Coded Values: 10: Mobile Home / Trailer , 11: Single Family Residence , 12: Duplex , ...9 more... )
COMMENTS ( type: esriFieldTypeString , alias: COMMENTS , length: 255 )
SHAPE.STArea() ( type: esriFieldTypeDouble , alias: SHAPE.STArea() )
SHAPE.STLength() ( type: esriFieldTypeDouble , alias: SHAPE.STLength() )
GlobalID ( type: esriFieldTypeGlobalID , alias: GlobalID , length: 38 )
CODE ( type: esriFieldTypeString , alias: CODE , length: 6 )
FEATURE_ID ( type: esriFieldTypeInteger , alias: FEATURE_ID )
GIS_ID ( type: esriFieldTypeString , alias: GIS_ID , length: 16 )
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"everettwa-gov/building-footprint-2tk8-8i95\".\"building_footprint\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.