Closed longshuicy closed 7 months ago
Notes on how to filter especially by zone shapefile: Option 1: frontend join/filter using geojson. MIght crash browser with memory issue when it's SLC (x) Option 2: create web service endpoint. Not enough time for that (x) Option 3: have a separate datawolf flow runs pyincore function
As for the logic of filtering:
Diagram
@jonglee1 will double check on the requirement of retrofit criteria
Prototype is done. Will add below in a separate task:
proper logging (currently it uses "print")
command line inputs (argparse)
managing output files
Updated Galveston_flood_zone_map.zip
There, through the NFHL ArcGIS Viewer, you can download the shapefiles related to Galveston County (I also attached the shapefiles here). Among them, I believe the "SFLD_HAZ_AR" should be the one you are looking for, as I saw the definition as below: "The S_Fld_Haz_Ar table contains information about the flood hazards within the flood risk project area. These zones are used by FEMA to designate the SFHA and for insurance rating purposes. These data are the regulatory flood zones designated by FEMA."
Unique zone descriptions: A: High-Risk Flood Area (No BFE) AE: BFE-Determined High-Risk Flood Zone VE: High-Risk Coastal Flood Zone with BFE AO: River/Stream Flood Zone, 1-3 ft Depth X: Low-to-Moderate Risk Flood Zones OPEN WATER
Research on loading the inventory to a database and querying Design the query Benchmark the performance
Notes: