nola-gov/postkatrina-damage-assessment-aned-jbk9
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 8 years ago
Indexed 3 hours ago

Post-Katrina Damage Assessment

Post-Katrina damage assessment conducted by City inspectors, published by address with breakdown by category. These data formerly supported the "Damage Assessment Wizard" web tool. Also see attachment 'DA_Categories' for insight as to how damage was assessed.

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 \"nola-gov/postkatrina-damage-assessment-aned-jbk9\".\"postkatrina_damage_assessment\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • postkatrina_damage_assessment
     
     
     
     
     
Upstream Metadata