Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ajl2718
commited on
Commit
·
3de8ff7
1
Parent(s):
6735609
Update with information about licenses
Browse files
app.py
CHANGED
@@ -59,6 +59,13 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
59 |
python -m whereabouts download us_ca_sm
|
60 |
```
|
61 |
This demo shows whereabouts with some example databases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
""")
|
63 |
with gr.Row():
|
64 |
with gr.Column():
|
|
|
59 |
python -m whereabouts download us_ca_sm
|
60 |
```
|
61 |
This demo shows whereabouts with some example databases.
|
62 |
+
|
63 |
+
|
64 |
+
### Important
|
65 |
+
Note that since whereabouts relies on external data sources for geocoding, you should adhere to the license requirements of the original data.
|
66 |
+
|
67 |
+
- For Australian data this is the [End User Access Agreement](https://data.gov.au/data/dataset/geocoded-national-address-file-g-naf) with restrictions specified [here](https://data.gov.au/dataset/ds-dga-19432f89-dc3a-4ef3-b943-5326ef1dbecc/distribution/dist-dga-9a8f6baa-f790-49a0-84b1-3cb39a6a1b88/details?q=gnaf)
|
68 |
+
- For US data the databases are based on [OpenAddresses](https://openaddresses.io). The license for this data is available [here](https://github.com/openaddresses/openaddresses/blob/master/LICENSE)
|
69 |
""")
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|