Geocoding Creative Commons License

Administrative Levels

Country

geocode_countries()

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_country_world.ipynb

World countries

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_country_canada.ipynb

Canada

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_country_india.ipynb

India

State

geocode_states()

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_state_us.ipynb

US states

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_state_australia.ipynb

Australia states

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_state_russia.ipynb

Russia states

County

geocode_counties()

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_county_us.ipynb

US counties

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_county_italy.ipynb

Italy counties

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_county_poland.ipynb

Poland counties

City

geocode_cities()

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_city_nyc.ipynb

New York

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_city_helsinki.ipynb

Helsinki

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_level_city_london.ipynb

London

Geometries

Polygons

geom_map(), geom_polygon()

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_geometries_map_brazil.ipynb

Brazil

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_geometries_map_nigeria.ipynb

Nigeria states

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_geometries_map_greece.ipynb

Greece counties

Points

geom_point()

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_geometries_point_kazakhstan.ipynb

Kazakhstan state centroids

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_geometries_point_georgia.ipynb

Georgia county centroids

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_geometries_point_greenland.ipynb

Greenland cities

Rectangles

geom_rect()

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_geometries_rectangle_japan.ipynb

Japan bounding box with states

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_geometries_rectangle_ireland.ipynb

Ireland county bounding boxes

https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/examples/cookbook/geocoding/geocoding_geometries_rectangle_cuba.ipynb

Cuba bounding box with cities

Guides to Geocoding

Documentation: The Geocoding Reference Guide.

An example notebook covering various geocoding use-cases: geocoding_reference.ipynb.

Examples

Key Features

../_images/grammar-of-graphics.png

Grammar of Graphics

We recommend an excellent book called “ggplot2: Elegant Graphics for Data Analysis”. This will be a good prerequisite for further exploration of the Lets-Plot library.

../_images/tooltips.svg

Customizable Tooltips

You can customize the content, values formatting and appearance of tooltip for any geometry layer in your plot. Learn more.

../_images/platforms.svg

Suitable for Scientist and Developer

Works in computational notebooks (Jupyter, Datalore, Kaggle, Colab, Deepnote) and in JetBrains professional IDEs - PyCharm.

../_images/formatting.svg

Formatting

Lets-Plot supports formatting of numeric and date-time values in tooltips, legends, on the axes and text geometry layer. Learn more.

../_images/kotlin.svg

Kotlin API

R, Python, what’s next? Right. Lets-Plot Kotlin API enables data visualization in JVM and Kotlin/JS applications as well as in scientific notebooks like Jupyter and Datalore.

../_images/sampling.svg

Sampling

Sampling is a special technique of data transformation, which helps to deal with large datasets and overplotting. Learn more.

../_images/geospatial-visualization.svg

Geospatial Visualization

Find spatial objects with the help of our powerful and easy to use Geocoding module. In case you already have GeoDataFrame on hand - plot it straight away.

../_images/export.svg

Export to SVG, PDF, HTML and PNG

The ggsave() function is an easy way to export plot to a file in SVG, PDF, HTML or PNG formats. Learn more.

../_images/interactive-maps.svg

Interactive Maps

Interactive maps allow zooming and panning around your geospatial data with customizable vector or raster basemaps as a backdrop. Learn more.

../_images/offline-mode.svg

‘No Javascript’ and Offline Mode

In the ‘no javascript’ mode Lets-Plot generates plots as bare-bones SVG images. Plots in the notebook with option offline=True will be working without an Internet connection. Learn more.