GeoNames
GeoNames Adapter
This adapter allows you to access geocoding and geolocation services using the GeoNames service.
This adapter requires the creation of a service account with GeoNames
Want to try it in Azure?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 Azure VM now.
Want to try it in AWS?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 AWS VM now.
Configuration Settings
Name | Description | Default |
---|---|---|
Boolean _isDefault | Make this the default configuration. Defaults to true if configName is already the default. | |
String userName | Your account name for the GeoNames service |
Handlers
countryInfo |
Returns the list of countries
details
ArgumentsSQL Callexec geonames.countryInfo Http Call/bsc/geonames/countryinfo Output ColumnsThis call does not return data. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
features |
Returns geographic features of a specific location given its geonameid
details
Arguments
SQL Callexec geonames.features 1 Http Call/bsc/geonames/features Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nearbyPostalCodes |
Returns a list of postal codes around a lat/long position given a radius, sorted by distance
details
Arguments
SQL Callexec geonames.nearbyPostalCodes 47., 9., 5, 10 Http Call/bsc/geonames/nearbypostalcodes Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nearbyPostalCodes2 |
Returns a list of postal codes around a postal code within a radius, sorted by distance
details
Arguments
SQL Callexec geonames.nearbyPostalCodes2 '33498', 5 Http Call/bsc/geonames/nearbypostalcodes2 Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nearbyToponym |
Returns information of nearby locations given lat/long
details
Arguments
SQL Callexec geonames.nearbyToponym 27.33,-82.53 Http Call/bsc/geonames/nearbytoponym Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nearestObservation |
Nearest wheater observation for a specific lat/long
details
Arguments
SQL Callexec geonames.nearestObservation 27.33,-82.53 Http Call/bsc/geonames/nearestobservation Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
postalCodeSearch |
Returns information about a location given its postal code
details
Arguments
SQL Callexec geonames.postalCodeSearch '33498', 'US', 10, 0 Http Call/bsc/geonames/postalcodesearch Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
postalCodeSearchByPlacename |
Returns information about a location given its name
details
Arguments
SQL Callexec geonames.postalCodeSearchByPlacename 'Monaco', 'MC', 10, '', 1 Http Call/bsc/geonames/postalcodesearchbyplacename Output Columns
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
postalCodesLookup |
Returns information about a location given its zip code
details
Arguments
SQL Callexec geonames.postalCodesLookup '33498', 'US', 5 Http Call/bsc/geonames/postalcodeslookup Output Columns
|