Replies: 1 comment
-
I've added this as a README. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to run the script
Input files
scripts/insights/raw/family-ess-main/
; e.g.scripts/insights/raw/family-ess-main/4g-coverage/4g-coverage.csv
multiIndicatorCategory
andvalueField
:scripts/insights/raw/config-data/file-names-log.csv
. (Note: we should maybe delete-log
from the filename?scripts/insights/raw/config-data/geography/areas-geog-level.csv
scripts/insights/raw/config-data/excluded-indicators.json
scripts/insights/raw/config-data/geography/areas.csv
period,xDomainNumb,label,periodGroup
:scripts/insights/raw/config-data/periods/unique-periods-lookup.csv
id,topic,subTopic,code,periodGroup
:scripts/insights/raw/config-data/indicators/indicators-lookup.csv
. Note: The current file hasminXDomainNumb,maxXDomainNumb
columns in here, but these should probably be deleted because these values are calculated by the script.unit,measure,polarity
for each indicator:scripts/insights/raw/config-data/indicators/indicators-metadata.csv
scripts/insights/cooked/csv/beeswarm-key-data.csv
scripts/insights/raw/config-data/clusters/similar-areas-lookup.csv
. Note: I think this is currently just dummy data.scripts/insights/raw/config-data/geography/areas-geog-info.csv
scripts/insights/raw/config-data/geography/areas-parents-lookup.csv
CSV files generated
These three files are just generated so we can check that they match the output of the R script. The data they contain is also in the JSON files described in the next section, so the CSV files aren't actually used by the web app.
scripts/insights/cooked/csv/combined-data.csv
scripts/insights/cooked/csv/indicators-lookup.csv
scripts/insights/cooked/csv/indicators-calculations.csv
Files generated for direct use by the web app
static/insights/data.json
static/insights/column-oriented-data.json
static/insights/config.json
Beta Was this translation helpful? Give feedback.
All reactions