Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ajl2718
commited on
Commit
·
e6a4493
1
Parent(s):
3de8ff7
Update with third-party data license
Browse files
app.py
CHANGED
@@ -61,12 +61,13 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
61 |
This demo shows whereabouts with some example databases.
|
62 |
|
63 |
|
64 |
-
|
65 |
-
Note that
|
66 |
-
|
67 |
-
-
|
68 |
-
-
|
69 |
-
|
|
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
dropdown_choice = gr.Dropdown(choices=[("Australia - Small", "au_all_sm"),
|
|
|
61 |
This demo shows whereabouts with some example databases.
|
62 |
|
63 |
|
64 |
+
## License Disclaimer for Third-Party Data
|
65 |
+
Note that while the code from this package is licensed under the MIT license, the pre-built databases use data from data providers that may have restrictions for particular use cases:
|
66 |
+
|
67 |
+
- The Australian databases are built from the [Geocoded National Address File](https://https://data.gov.au/data/dataset/geocoded-national-address-file-g-naf) with conditions of use based on the [End User License Agreemment](https://data.gov.au/dataset/ds-dga-e1a365fc-52f5-4798-8f0c-ed1d33d43b6d/distribution/dist-dga-0102be65-3781-42d9-9458-fdaf7170efed/details?q=previous%20gnaf)
|
68 |
+
- The US databases are still work-in-progress but are based on data from [OpenAddresses](https://openaddresses.io/) and so any work with whereabouts based on US address data should adhere to the [OpenAddresses license](https://github.com/openaddresses/openaddresses/blob/master/LICENSE).
|
69 |
+
|
70 |
+
Users of this software must comply with the terms and conditions of the respective data licenses, which may impose additional restrictions or requirements. By using this software, you agree to comply with the relevant licenses for any third-party data.""")
|
71 |
with gr.Row():
|
72 |
with gr.Column():
|
73 |
dropdown_choice = gr.Dropdown(choices=[("Australia - Small", "au_all_sm"),
|