cambridgema-gov/land-use-data-2023-dnyu-v8e9
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 months ago
Indexed 2 hours ago

Land Use Data 2023

The data set provides data on the predominant land use for all parcels in the City of Cambridge as of June 30, 2023. The land use indicated reflects both existing uses and buildings currently under construction. The data behind the map is drawn from Assessing Department data and is supplemented with information taken from the Development Log and building permits issued by the Inspectional Services Department, among other sources.

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 \"cambridgema-gov/land-use-data-2023-dnyu-v8e9\".\"land_use_data_2023\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • land_use_data_2023
     
     
     
     
     
Upstream Metadata