Closed HenryGeorgist closed 7 months ago
A few items before I can complete it in it's entirely. 1.) Do we have a variable naming convention (outside of GoLang). For example max length of variable name. Some of the variables are in PascalCase and others in Snake_Case. Not sure of the reason for this. 2.) There are 46 layers in the Excel file, but I was unable to find 9 of them and 3 additional layers there is difficult in obtaining a GeoJSON call. We might need alternative data sources.
closing with #116
The critical_infrastructure branch of go-consequences is developing the feature to include critical infrastructure as a consequence receptor provider. The groundwork has already been laid, but the implementation needs to be extended to include all critical infrastructure elements that are necessary for CHART.
Work with Idris to get the list of all critical infrastructure elements, and their associated lifelines and update the hsip provider to include those elements.
Use the hifld data explorer to find each layer to add: https://hifld-geoplatform.opendata.arcgis.com/search?collection=Dataset
select on it and use the "I want to use this" menu item at the lower left corner of the page on the resulting viewer to expose the option to view API resources. Copy the GeoJSON link to clipboard and update the hsip-api.go file to include the necessary elements to integrate this feature.
relates to chart-docs issue 44 and 43