GIS

Simplification Algorithms in R

Geometry Simplification is a very helpful way to optimize the storage, processing, and visualization of your geographic data.

Exploding geometries with GeoPandas

Some geographical data sources include Taiwan as part of China. In this post, I show you how to split these territories without having to use other data source.

Programming Web Apps with Streamlit

Streamlit is an increasingly popular framework for developing web applications. In this post, I will introduce the Streamlit library and show a step-by-step guide on how to build simple applications with it.

Geocoding and visualizing address information with R

When dealing with online data, we frequently encounter information about locations. In this post, I will be showing you how to transform this information into geographical coordinates using R programming language.