ChatGPT make me a map

Ever wondered if you can generate maps from shapefiles without relying on heavy GIS apps like ArcGIS or QGIS? Today, I’ll walk you through using ChatGPT to do just that. … Read more

What is a Contour Map?

A contour map is a graphical representation of the terrain or surface of an area. Instead of showing mountains, valleys, and other features in 3D, it uses lines, called contour … Read more

Band combination in R

Combining multiple bands into a single composite image is a common task in remote sensing and image processing. In R, this can be easily accomplished using the raster package, which … Read more

Maps in R

R is a powerful programming language and environment for statistical computing and graphics. One of its many strengths is the ability to create visualizations, including maps, which help us to … Read more

Categories GIS

Time series en r

Time series are sets of data that are collected over time, at regular or irregular intervals. These data are collected and recorded in sequence, often over years, months, weeks, days, … Read more

Categories GIS

Pie charts in R

Pie charts, also known as circle charts, are a commonly used tool in data analysis to show the distribution of different variables in a data set. RStudio is a popular … Read more

Categories GIS