Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "argo-geo", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Rapid reverse-geocoding using Mapzen Search", | ||
@@ -5,0 +5,0 @@ "main": "argo.js", |
@@ -23,5 +23,5 @@ # Argo | ||
* Expects input columns `latitude` and `longitude` - if this is not the case, use `-n` and `-w` to specify coordinate column names. | ||
* Defaults to [openaddresses and openstreetmap results only](https://mapzen.com/documentation/search/reverse/#filter-by-data-source) | ||
* Defaults to addresses, excluding POIs (schools, parks, etc) | ||
* Appends [Mapzen response fields](https://search.mapzen.com/v1/reverse?api_key=search-XXXXXXX&point.lat=48.858268&point.lon=2.294471) `housenumber`, `name`, `locality`, `postalcode`, `region_a`, `confidence`, `distance`, and `source` - from the top two results - to the input file schema | ||
* Defaults to [openaddresses and openstreetmap results only](https://mapzen.com/documentation/search/reverse/#filter-by-data-source), unless the `p` flag is set | ||
* Defaults to addresses, excluding POIs (schools, parks, etc), unless the `-p` flag is set | ||
* Appends [Mapzen response fields](https://search.mapzen.com/v1/reverse?api_key=search-XXXXXXX&point.lat=48.858268&point.lon=2.294471) `housenumber`, `name`, `locality`, `postalcode`, `region_a`, `confidence`, `distance`, `source`, and `layer` - from the top two results - to the input file schema | ||
@@ -28,0 +28,0 @@ ### License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89979