How to Access GIS Data Directly from Google Drive with QGIS

Google Drive is a popular data sharing platform from Google. I have been using it for many years to keep s... | Continue reading


@geodose.com | 3 years ago

Almost Realtime Live Data Visualization in QGIS (Air Traffic Use Case)

When working in a GIS software like QGIS, mostly we are working with static data like street, building, land cover, etc. Or might be a ... | Continue reading


@geodose.com | 3 years ago

Build Your Own Flight Tracking Application with Python and Open Air Traffic Data

Tracking position of something is a topic that I like, cause it makes me feel like to be a human with a sixth sense. With this s... | Continue reading


@geodose.com | 3 years ago

How to Create Coronavirus Time Series Map

Sometimes ago  I wrote a tutorial about creating coronavirus map with python where the case of coronavirus is plotting on a map date... | Continue reading


@geodose.com | 3 years ago

Tracking Coronavirus in Python

Coronavirus has spread rapidly across the globe since it's first outbreak in Wuhan, Hubei Province, China in the beginning of January 2... | Continue reading


@geodose.com | 4 years ago

Lidar Data Processing with LAStools and QGIS 3

Light Detection and Ranging (LiDAR) is a spatial data acquisition method that used laser light and specialized GPS receiver. LiDAR survey... | Continue reading


@geodose.com | 4 years ago

Finally, Google Earth Engine Plugin for QGIS Was Released

Long time ago I wrote a post about Google Earth Engine with the title Geospatial Technology Innovation from Google . While writing the p... | Continue reading


@geodose.com | 4 years ago

How to Do Geocoding and Reverse Geocoding for Free

Finding an address will become more important in the future due to increasing online shopping activities and advanced technology achievem... | Continue reading


@geodose.com | 4 years ago

QGIS Heatmap Using Kernel Density Estimation Explained

Heatmap is a nice visualization method to display event density or occurrence. Heatmap is also used in clustering points where more points ... | Continue reading


@geodose.com | 4 years ago

Creating Map Animation Using Open Source Software

Looking at something that moving made our eyes more focus in watching an object compare to look at something that static or idle. Therefo... | Continue reading


@geodose.com | 4 years ago

Creating IDW Interpolation Function from Scratch in Python

In another post we had discussed about Inverse Distance Weight (IDW) spatial interpolation which covered some topics such as IDW inter... | Continue reading


@geodose.com | 4 years ago

3D Terrain Modelling in Python

3D modelling is a nice way to view an object in order to get a more vivid visualization with more intense feeling as if we can touch it... | Continue reading


@geodose.com | 4 years ago

Heatmap Calculation Tutorial Using Kernel Density Estimation (KDE) Algorithm

Kernel Density Estimation (KDE) Overview The previous post had discussed about Kernel Density Estimation (KDE) in creating a heatmap i... | Continue reading


@geodose.com | 4 years ago

Web Mapping Tutorial in QGIS

Web Mapping might be a difficult thing to do for most GIS user, because it needs web programming skills such as Javascript, HTML, PHP, et... | Continue reading


@geodose.com | 4 years ago

Finding Geospatial Data Easier and Faster with Open Data Network Platform

The previous post had discussed about some sources to get free open geospatial data such as satellite imagery, climate data, land cover... | Continue reading


@geodose.com | 4 years ago

Creating GPS-GPX File Viewer in Python

GPX file is a GPS data that stored in XML format. There are some types of data that stored in GPS namely waypoint, route and track. Track i... | Continue reading


@geodose.com | 4 years ago

Getting Started with Python QGIS Tutorial

Welcome to the first tutorial about QGIS Python Programming. This tutorial will discuss about the python console in QGIS. You can skip this... | Continue reading


@geodose.com | 4 years ago

Spatial Interpolation with Inverse Distance Weighting (IDW) Method Explained

As human that is living on the Earth we are always trying to understand the earth itself which is hidden, blur, invisible and complex. Us... | Continue reading


@geodose.com | 4 years ago

Creating Heatmap from Scratch in Python

Heatmap is frequently used to visualize event occurrence or density. There are some Python libraries or GIS software/tool that can be use... | Continue reading


@geodose.com | 5 years ago

Real Time Flight Tracking with Pandas and Bokeh

In the previous post, I had discussed about creating flight tracking with python. I was quite happy for that, because I can do something ... | Continue reading


@geodose.com | 5 years ago

Creating a Simple Live Flight Tracking in Python

This tutorial will take you to a journey to create a simple flight tracking with python. Knowing something live out there is always amazi... | Continue reading


@geodose.com | 5 years ago