Skip to content
Araz Shah
Menu
  • Home
  • About me
  • Contact me
  • CV
  • Online Courses
    • Apply Now !
    • In-Depth
    • Courses
      • Concepts
      • Python Course
      • GIS Developer Course
    • Price
Menu

Author: admin

Geospatial Risk Assessment: A Python Approach

Posted on May 5, 2025May 5, 2025 by admin

In today’s data-driven world, understanding and mitigating risks through geospatial analysis has become crucial for industries ranging from insurance to urban planning. In this post, we’ll explore a Python implementation for geospatial risk assessment based on a GitHub repository that demonstrates these concepts. Understanding the Project Structure The repository contains a well-organized src directory with the following…

Read more

Analyzing Employee Arrival Patterns and Delays Using Geospatial Data

Posted on May 4, 2025 by admin

Introduction In this analysis, we explore employee work arrival patterns using geospatial data to understand delays and their relationship with distance from the workplace. The dataset includes employee IDs, arrival times, expected arrival times, and geographic locations. Key Findings 1. Data Preparation and Merging We started by merging two datasets: 2. Calculating Delays We converted…

Read more

Real-Time GPS Tracking on a Web Map using FastAPI & Leaflet

Posted on February 17, 2025February 17, 2025 by admin

Introduction Tracking real-time location data is essential for applications like fleet management, asset tracking, and live location sharing. In this tutorial, we will build a real-time GPS tracking system that receives location data from a moving device and displays it dynamically on a web map. What You’ll Learn By the end of this tutorial, you’ll…

Read more

How to Create a Simple WebGIS with FastAPI, PostGIS, and Leaflet.js

Posted on February 14, 2025 by admin

Introduction In this tutorial, we’ll walk through creating a WebGIS application using FastAPI, PostGIS, and Leaflet.js. The goal is to create a map that displays points stored in a PostGIS database and allows users to add new points by clicking on the map. We’ll cover setting up the FastAPI backend, creating the PostGIS database, and developing the frontend with Leaflet.js…

Read more

Graph Coloring: How Many Colors Do You Need?

Posted on February 12, 2025February 12, 2025 by admin

Introduction Graph coloring is a fundamental problem in graph theory with applications in map coloring, scheduling, register allocation in compilers, and network design. The key question we explore in this tutorial is: What is the minimum number of colors needed to color a map (or network) so that no two adjacent regions (or connected nodes)…

Read more

10 Pythonic Examples to Write Cleaner and More Efficient Code

Posted on January 26, 2025January 26, 2025 by admin

Introduction Python is known for its simplicity and readability, but writing truly “Pythonic” code takes your skills to the next level. Pythonic code adheres to the language’s idioms and best practices, making it more readable, efficient, and maintainable. In this blog post, we’ll explore 10 practical examples of Pythonic code that will help you write cleaner and…

Read more

Generate Fake Data with Python’s Faker Library

Posted on January 19, 2025 by admin

Have you ever needed realistic-looking data for testing or demo purposes? Whether you’re populating a database, creating mock APIs, or testing forms, the faker library in Python is your go-to tool. In this post, we’ll explore the faker library, covering installation, usage, and customization to supercharge your projects. What is Faker? faker is a Python…

Read more

Exploring Spatial Density with Python: KDE Analysis of Schools in Tehran

Posted on January 14, 2025January 14, 2025 by admin

Understanding the spatial distribution of facilities like schools is crucial for urban planning and decision-making. In this post, we’ll walk you through how to use Python to perform a Kernel Density Estimation (KDE) analysis and visualize the results interactively. Why Kernel Density Estimation? KDE is a statistical method used to estimate the probability density function…

Read more

How to Analyze Walking Paths Between Metro Stations and Shopping Centers in Tehran Using Python

Posted on January 7, 2025January 7, 2025 by admin

Introduction:With the increasing need for efficient urban planning and accessibility analysis, spatial data processing has become more vital than ever. In this blog post, I’ll guide you through analyzing walking paths between metro stations and shopping centers in Tehran using Python’s robust geospatial libraries like OSMnx, GeoPandas, Folium, Shapely, and NetworkX. By the end, you’ll…

Read more

Comparing Geospatial Data Formats

Posted on January 5, 2025January 5, 2025 by admin

GeoParquet vs Shapefile vs GeoJSON When it comes to handling geospatial data, choosing the right format is crucial for performance, compatibility, and usability. In this blog post, we will compare three popular geospatial data formats: GeoParquet, Shapefile, and GeoJSON. Each format has its strengths and weaknesses, making them suitable for different use cases. Below is…

Read more
  • 1
  • 2
  • 3
  • 4
  • …
  • 6
  • Next

Recent Posts

  • Geospatial Risk Assessment: A Python Approach
  • Analyzing Employee Arrival Patterns and Delays Using Geospatial Data
  • Real-Time GPS Tracking on a Web Map using FastAPI & Leaflet
  • How to Create a Simple WebGIS with FastAPI, PostGIS, and Leaflet.js
  • Graph Coloring: How Many Colors Do You Need?

Archives

  • May 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • September 2023
  • August 2023
  • April 2023

Categories

  • Courses
  • Events
  • GIS
  • Linux
  • News
  • programming
  • python
  • Tutorials
  • Videos
  • May 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • September 2023
  • August 2023
  • April 2023
  • Courses
  • Events
  • GIS
  • Linux
  • News
  • programming
  • python
  • Tutorials
  • Videos

Araz Shahkarami

I’m a software enthusiast with a deep love for crafting robust and efficient solutions. My journey into the world of programming began several years ago when I was introduced to the world of code. Since then, I’ve been on an exhilarating ride of learning, problem-solving, and continuous improvement.

© 2025 Araz Shah | Powered by Minimalist Blog WordPress Theme