saunteringcat commited on
Commit
888e1b3
·
verified ·
1 Parent(s): 57514ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -13,14 +13,6 @@ is available at [whereabouts](https://github.com/ajl2718/whereabouts) and can be
13
  pip install whereabouts
14
  ```
15
 
16
- ## License Disclaimer for Third-Party Data
17
- 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:
18
-
19
- - 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)
20
- - 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).
21
-
22
- 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.
23
-
24
  ## Installation of reference databases
25
  Once the package is installed you will need to install a geocoding database, which has been built from a country's or region's address data.
26
  This repo contains a collection of these databases for different countries and regions. Currently it has files for
@@ -56,4 +48,12 @@ addresslist = ['122 station st fairfield vic', '643-645 sydney road brsunwick',
56
 
57
  matcher = Matcher(db_name='au_all_sm')
58
  matcher.geocode(addresslist, how='standard')
59
- ```
 
 
 
 
 
 
 
 
 
13
  pip install whereabouts
14
  ```
15
 
 
 
 
 
 
 
 
 
16
  ## Installation of reference databases
17
  Once the package is installed you will need to install a geocoding database, which has been built from a country's or region's address data.
18
  This repo contains a collection of these databases for different countries and regions. Currently it has files for
 
48
 
49
  matcher = Matcher(db_name='au_all_sm')
50
  matcher.geocode(addresslist, how='standard')
51
+ ```
52
+
53
+ ## License Disclaimer for Third-Party Data
54
+ 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:
55
+
56
+ - 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)
57
+ - 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).
58
+
59
+ 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.