ajl2718 commited on
Commit
e6a4493
·
1 Parent(s): 3de8ff7

Update with third-party data license

Browse files
Files changed (1) hide show
  1. app.py +7 -6
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
- ### 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():
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"),