-
Notifications
You must be signed in to change notification settings - Fork 35
/
help.txt
52 lines (30 loc) · 2.08 KB
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Calculate and report on indicators for healthy, sustainable cities worldwide in four steps: configure, analysis, generate and compare.
1. Configure your study region
configure [codename]
Entering this command will generate a template configuration file (/process/configuration/regions/[condename].yml) that can be edited in a text editor to configure parameters, data sources and metadata for a study region of interest, referred to using a short 'codename'.
2. Conduct analysis for your configured study region
analysis [codename]
This collates the data and undertakes analysis using the completed study region configuration file, calculating a suite of spatial urban indicators.
3. Generate datasets, documentation, maps and reports for your study region
generate [codename]
Generated files will be located in the folder: process/data/_study_region_outputs/[codename]
4. Compare the generated results of two study regions
compare [reference codename] [comparison codename]
Each of the steps (configure, analysis, generate, compare) needs to be successfully completed before moving to the next.
For more directions on each step, run the command omitting the study region codename.
To run the provided example analysis for Las Palmas, Spain, use the codename:
example_ES_Las_Palmas_2023
The software can be run in different ways. For use in your web browser, type and enter:
- ghsci (to launch an interactive app at http://localhost:8080)
- lab (to view an example Python notebook, or create your own, within Jupyter Lab at http://localhost:8000)
To run the software at the commandline, see the additional details on the four step process listed further above.
To run the software within Python or a Jupyter notebook:
import ghsci
r = ghsci.example()
r.analysis()
r.generate()
# you can compare with another region once you have successfully run analysis and generated resources for both
r.compare('example_ES_Las_Palmas_2023')
To view these instructions again, enter: help
To exit, type and enter: exit
For full details consult our software guide: https://healthysustainablecities.github.io/software/