everettwa-gov/water-services-pqdc-zwwg
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 months ago
Indexed 1 hour ago

Water Services

ESRI map

Fields:

OBJECTID ( type: esriFieldTypeOID , alias: OBJECTID )

TUMMS_ID ( type: esriFieldTypeString , alias: TUMMS_ID , length: 16 )

OWNER_CODE ( type: esriFieldTypeString , alias: Owner , length: 6 , Coded Values: COE: City Of Everett , PUD: PUD , NAVY: Navy , ...6 more... )

DIAMETER ( type: esriFieldTypeDouble , alias: Diam (in) , Range: -1, 28 )

PIPE_MATERIAL_CODE ( type: esriFieldTypeString , alias: Material , length: 6 , Coded Values: AC: Asbestos Cement , BR: Brick , CAS: Cast Iron , ...11 more... )

INSTALLATION_DATE ( type: esriFieldTypeSmallInteger , alias: Install , Range: 1893, 2016 )

SERVICE_CONNECTION_TYPE_CODE ( type: esriFieldTypeString , alias: Type , length: 6 , Coded Values: STD: Standard , FS: Fire , IRR: Irrigation , ...1 more... )

METERED ( type: esriFieldTypeString , alias: Metered , length: 1 , Coded Values: Y: Yes , N: No )

SHAPE ( type: esriFieldTypeGeometry , alias: Shape )

GlobalID ( type: esriFieldTypeGlobalID , alias: GlobalID , length: 38 )

SHAPE.STLength() ( type: esriFieldTypeDouble , alias: SHAPE.STLength() )

Querying over HTTP

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/water-services-pqdc-zwwg\".\"water_services\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • water_services