Posts

Showing posts from December, 2023

ArcGIS Pro Trick. A fast way to store your Statistical Classification Permanently

Image
In the old times of ArcMap or any other GIS Software, storing the statistical classification from the symbology setting usually takes efforts of repeated query and field calculations. For example, classifying population attributes using Natural Breaks/Jenks classification method can only be done on-the-fly.  The classified values are not saved in the attribute table, so, if we want to use the classified values, we must repeat the classification. In certain cases, this will cause some difficulties when we need to share the analysis to other party.  Fortunately, ArcGIS Pro has this built-in geoprocessing tool  to handle this kind of task in very fast and easy way. The tool is called Reclassify Field, and here is how to use it. 

Generates Hexagonal Cartogram in ArcGIS

Image
This article delves into the realm of cartogram generation within ArcGIS, a leading Geographic Information System (GIS) platform. We explore the intricacies of cartogram creation using ArcGIS, focusing on the underlying techniques, real-world applications, and best practices for effective visualization. From understanding the tools available in ArcGIS to addressing specific challenges unique to this environment, this comprehensive guide serves as a practical resource for GIS professionals and enthusiasts. Introduction: ArcGIS, developed by Esri, is a widely used GIS software that provides robust tools for spatial analysis and visualization. Within the expansive suite of capabilities that ArcGIS offers, cartogram generation stands out as a powerful method for distorting geographic features based on variable data. This article navigates through the specific functionalities, workflows, and considerations involved in creating cartograms within the ArcGIS environment. Understanding Cartogra

Creating a Web Mapping Application with Leaflet JS

Image
Web mapping applications are powerful tools that enable users to visualize and interact with geographical data. In this tutorial, we'll explore how to build a simple yet effective mapping application using Leaflet JS, a popular JavaScript library for interactive maps.   Leaflet JS is a lightweight, open-source library for creating mobile-friendly interactive maps. It provides a simple and intuitive API for incorporating maps into web pages. A client in FIVVER (if you needs my service for your GIS Job, the FIVVER link on the left top bar of my blog) asked me to make a simple webmapping application using Leaflet JS that has functionality to zoom and pan in seamless way based on the attribute table selection. The data is stored as GEOJSON file and directly injected in the HTML, so the HTML webmap can be opened and distributed in various computer at ease. I design this webmap with simplicity mindset, so reproduction into another website can be done easily. If you are curious about the