Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Functionality documentation

Carla edited this page Jun 15, 2015 · 1 revision

By administrative regions

Description

This georeferenciation option allows to obtain the geometries of the Level 0 administrative regions (Countries) and the Level 1 administrative regions (NUTS 2). At the moment, NUTS 3 regions in Spain are also available (provinces).

Options

For geocoding administrative regions as provinces:

Select the column that has the country's / state's / province's / municipality's name Instructions
In which column are your region names stored? Choose the column that contains the region names
If your column isn't country data, where's it? Choose the column that contains the countries names or hard-type the country

For geocoding countries:

Select the column that has the country's / state's / province's / municipality's name Instructions
In which column are your region names stored? Choose the column that contains country names
If your column isn't country data, where's it? Leave it empty - or use "World"

Country Coverage

Covers all countries.

Countries coverage

Recommendations:

Using ISO3 or ISO2 codes will always return the corresponding countries. Using the english or local name of the country should also work in most of cases, but due to the different variants that a name can have it could be possible that any of them is not detected.

If one of your countries is not being geocoded, open an issue here.

NUTS 2 Coverage

Global:

Global

Europe zoom:

Europe

Sources

  • Natural Earth Data (Adm0)
  • Quattroshapes (Adm1)
  • Native names data from Wikipedia.
  • ISO2 codes data from Wikipedia.

By lat/long columns

Description

This geocoding approach will generate point geometries in the user database getting as input their respective coordinates.

Options

In order to set up the process, the columns that contain latitude and longitude information need to be selected. If the coordinates live together in the same column they require to be split into two different columns. The coordinates must be expressed in decimal degree form. The projection EPSG 4326 WGS 84 will be assumed: if the coordinates belong to any other projection system they'll need to be transformed.

By City names [WIP]

Description

Options

Source

  • Geonames free gazetter data

By Postal Codes [WIP]

Description

Options

Area coverage

Point coverage

Source

  • Geonames postal code data

By IP addresses

Description

This geocoding option allows to geocode IP addresses.

Options

In order to run this process, the dataset must have a column containing valid IP addresses. For IPv4, the structure consists in four octets expressed individually in decimal and separated by dots. One octet can be used to represent decimal values ranging from 0 to 255.

Source

  • GeoLite

Clone this wiki locally