Posts

Showing posts with the label arcgis

Divides Polygon Features into a Number of Equal Areas or Parts in ArcGIS...

Image
Subdivides polygons into smaller equal parts now is easy in ArcGIS Pro. There is a dedicated geoprocessing tool for this task. Polygon splits can be done by setting up the number of output equal parts, or by certain area sizes. The tool also have two others very useful features. The first one is ability to control the angle of splitting, and the second is the two-splitting type, by stripes or by stacked blocks.  Very useful for cadastral related analysis or agricultural plot planning

Curved Line Origin - Destination Links Mapping in ArcGIS Pro

Image
in this video I would like to share about how to make Curved Lines of Origin - Destination Links in ArcGIS Pro. These sequences will be very useful for you who looking for a way to perform certain mapping task such as route planning, flight mapping or any similar application. Curved lines actually are easy to generate. You can use geodesic approach or tools available in QGIS or ArcGIS to do this. However, geodesic approach usually only works best for very large area (continental level). So, this workflow is dedicated for smaller area (such as country or states/provincial/prefectural level).

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...

Offline Basemap Solution for Mobile Mapping in Android or Apple IOS Devices.

Image
Hi, this post is about four solutions about how to perform offline basemap creation for mobile mapping in Android or Apple IOS devices. For this first part. I will demonstrate about GeoPDF format that is widely supported in most GIS Software. I will demonstrate how to write GeoPDF in ArcGIS Desktop (ArcGIS Pro also has this functionality) and QGIS, followed by how to load the GeoPDF Map in a supported Android/IOS App. Unfortunately, when this video is made, the only app that can read GeoPDF is only Avenza PDF Maps (available in Android and IOS). The rest is no longer updated (TerraGO GeoPDF) or part of paid services (Global Mapper Mobile Pro). Utilizing GeoPDF for field mapping basemap is very effective and simple. All data in one file. They are structured and tailored according to your setting on the GIS Desktop. They also provide good loading performance as long as the file is not relatively huge. For the second part. I will demonstrate the ArcGIS Mobile Map Package (MMPK) forma...

Batch and Mass Exporting ArcGIS MXD to PDF using ArcPy

Image
Here is the code if someone need this,  import arcpy, sys, os, string mxdList = string . split(arcpy . GetParameterAsText( 0 ), ";" ) outloc = arcpy . GetParameterAsText( 1 ) resolution = arcpy . GetParameterAsText( 2 ) georef_info_option = arcpy . GetParameterAsText( 3 ) layers_attributes_option = arcpy . GetParameterAsText( 4 ) for item in mxdList: item = item . strip( ' \' ' ) mxd = arcpy . mapping . MapDocument(item) base = os . path . basename(item) base = os . path . splitext(base)[ 0 ] + ".pdf" pdf_path = os . path . join(outloc, base) # Switch to layout view for df in arcpy . mapping . ListDataFrames(mxd): if df . name == "Layers" : mxd . activeView = df . name mxd . title = df . name # Export to PDF with specified parameters arcpy . mapping . ExportToPDF(mxd, pdf_path, resolution = resolution, georef_info = georef_info_option, layers_attribut...

Fast and Automatic Removal of Dangling Nodes, Pseudo Nodes, and Loose Ends in Polyline GIS Data

Image
This video is about how to fix, clean, remove dangling nodes, overshoot, undershoot, or loose ends commonly found in Polyline GIS data, in very fast, automatic and easy way using ArcGIS Desktop (also can be done in ArcGIS Pro). These error will limiting further processing such as polygons generation from polylines data or other needs. The secret is using hidden but super powerful CLEAN command in ArcInfo Coverage format from the golden DOS age of GIS in the 80's.

ArcGIS Online Basemaps Styles Customization Using ArcGIS Vector Tile Editor

Image
How to customize the ArcGIS basemaps styles, symbols, color, and other visualization properties using ArcGIS Vector Tile Editor. Customization result can be used in across of ArcGIS Family software such as ArcGIS Enterprise, ArcGIS Pro, even in QGIS and Geoserver. 

ArcGIS Online Tricks#2 Download ArcGIS Survey123 Photo/File Attachments

Image
How to download and export file or photo attachments from ArcGIS Survey123 Forms or Database Result Using ArcGIS Pro. Survey123 WebPage : https://survey123.arcgis.com/surveys Export Attachments.py : https://drive.google.com/file/d/1h4nRo-Ow1rcqhJUI5ZREblBTOG7Cgfld/view?usp=sharing 

Access and Downloads Historical Satellite Imagery in ArcGIS Pro. Part 1

Image
This video tutorial is about how to directly viewing and downloading historical satellite imagery in ArcGIS Pro. ArcGIS Pro must be connected to the internet and you must have access to ESRI Living Atlas for this method to works. Access to ESRI Living Atlas could be obtained by purchasing and subscribing ArcGIS Online organizational account, apply for a 21 days ArcGIS free trial, or apply for ArcGIS Learn program. You can also get a limited time ArcGIS online and Living Atlas access by participating in ESRI MOOC available from esri.com/training.  Using this way, you can view, analyze and download few kinds of satellite imagery sensors available on the market. For example, Landsat-8, Landsat-9. MODIS, Sentinel-2, Sentinel-1, and many others. Some of the URL endpoint you can use as starting point are here.  LANDSAT-8 SENTINEL-2 So far, this is the easiest method to obtain direct access to historical satellite imagery. There are also limitation about this service. One of them is ...

Vegetation Forest Canopy Cover Estimation Using LIDAR/Photogrammetric Points Clouds and ArcGIS Desktop

Image
How to calculate fraction or percentage of Vegetation or Forest Canopy Cover using LIDAR-based or Photogrammetric-based Point Clouds Data using ArcGIS Desktop. But don't worry, the methods I described in the video is easily reproduced using other GIS Software such as QGIS or SAGA, as long as those software support LIDAR Point Clouds reading and they have capabilities to perform raster based spatial analysis/raster calculator.

Landsat-9 in ArcGIS Pro (NDVI and Pan-Sharpening Analysis)

Image
Adding, Displaying, Manipulating, Processing and Analyzing Landsat-9 Data in ArcGIS Pro. For example, Pan Sharpening and NDVI Analysis. Due to Landsat-9 MTL Metadata is not yet supported in ArcGIS Pro 2.9.2 when this video is published, some of the automatic tasks that can be done easily with Landsat-8 can't be done in similar ways with Landsat-9. So we must be patient until the day is come. But on the other hands, all the raster functions implemented in ArcGIS pro should be works for this data flawlessly. 

How To Add Bing Maps Basemap to ArcGIS Desktop ArcGIS Pro ArcGIS Online and ArcGIS Enterprise 2022

Image
How to Add Bing Maps Basemap to ArcGIS Desktop, ArcGIS Pro, ArcGIS Online, and ArcGIS Enterprise in the year 2022. Keyframe: 00:00 Initial Configuration in BingMapsPortal and ArcGIS Online / Enterprise 03:38 PKINFO and Layer Files Method 05:32 Basemap Menu Method These methods were tested using ArcGIS Desktop up to 10.8.2 , ArcGIS Online 2022, ArcGIS Enterprise up to 10.9.1 and ArcGIS Pro up to 2.9.2 ., The methods described in this video is not guaranteed always works in the future because ESRI and Microsoft constantly changing and developing their awesome products, 

Automatic Road Extraction From Satellite Imagery / Aerial Photographs Using ArcGIS Pro Part 2. Build, Training and Use the Trained Model for Inferencing

Image
Second part of the tutorial series about Automatic Road Extraction From Satellite Imagery or Aerial Photographs using ArcGIS Pro. This video will demonstrate about how to build training data, train the deep-learning model and use the trained model for inferencing road network on satellite imagery and aerial photographs. 

How to Get A High Resolution Imagery Basemap Export in ArcGIS Dekstop or ArcGIS Pro

Image
How to get a fine and detailed base map or online imagery base map in your ArcGIS Desktop or ArcGIS Pro Layout. This trick will enable you not to be too dependent on a physical imagery file which usually has a large size and usually takes a decent amount of processing time or hardware resources. This trick will speed up your cartographic production and saves you a ton of time. 

Generate Polygon Envelopes or Rectangles From a Table in ArcGIS Desktop

Image
A little trick in ArcGIS Desktop about how to create polygon envelopes, extents, or rectangles straight from a stand-alone table in ArcGIS Desktop. This tool will be very useful for those who manage large collections of scanned maps or imagery, or for those who are working with spatial data catalogs.

Cara Menggunakan SRGI 2013 di ArcGIS Pro, QGIS dan ArcGIS Desktop (Sistem Referensi Geospasial Indonesia) 2013

Image
Akhirnya Datum SRGI 2013 (Sistem Referensi Geospasial Indonesia) terimplementasi di ArcGIS Pro dan QGIS. Informasi proyeksinya dalam format PRJ juga dapat di-import di ArcGIS Desktop. SRGI 2013 di ArcGIS dan QGIS terimplementasi sebagai proyeksi geosentris dan proyeksi UTM dengan Zona mengikuti Zona UTM pada umumnya. Adanya parameter SRGI 2013 di software GIS terkemuka memungkinkan untuk transformasi koordinat pada level data dapat lebih mudah dilakukan di dalam lingkungan software GIS. 

ArcGIS Enterprise Orthomaker App

Image
In this tutorial, I will show you a new application from ArcGIS Enterprise/Portal for ArcGIS Family. The application is called Ortho Maker. This app is designed to provide Photogrammetric UAV Photo processing inside ArcGIS  Enterprise/Portal. If you are familiar with DroneDeploy or Pix4D Clouds, this application offers similar features.  Because it is implemented inside ArcGIS Enterprise Environment, you can publish the processing results as ArcGIS API Services, either in tiled static map services or dynamic image services. Previously, ESRI has released Drone2Map as a desktop-based UAV Processing software a few years ago, and UAV photogrammetric processing capabilities also have been implemented in ArcGIS Desktop and ArcGIS Pro. So Ortho Maker is the ESRI answer for Cloud-based UAV Photogrammetric processing needs.  Ortho Maker implementation needs an instance of ArcGIS Image Server (functioned as raster analysis module and raster hosting server). But for optimal performa...

Sekilas Tentang ArcGIS

Aplikasi ArcGIS sebenarnya terdiri dari beberapa aplikasi dasar yaitu: ArcMap, ArcCatalog, ArcToolbox, ArcScene dan ArcGlobe. 1. ArcMap merupakan aplikasi utama yang digunakan untuk mengolah, membuat, menampilkan, memilih, editing dan layout peta. 2. ArcCatalog merupakan aplikasi yang berfungsi untuk mengatur berbagai macam data spasial dalam ArcMap, meliputi fungsi browsing, organizing, distributing, deleting data spasial. 3. ArcToolbox merupakan aplikasi perangkat/tools dalam melakukan analisis-analisis geospasial. 4. ArcScene merupakan aplikasi mengolah dan menampilkan peta-peta ke dalam bentuk 3D 5. ArcGlobe merupakan aplikasi yang berfungsi untuk menampilkan peta-peta 3D ke dalam bola dunia dan dapat dikoneksikan langsung dengan internet. ArcCatalog ArcCatalog adalah salah satu program dari ArcGIS yang bisa digunakan antara lain untuk menelusuri atau mencari data (browsing), mengorganisir (organizing), mendistribusikan (distributing) dan mendokumentasikan (documenting) suatu st...

How to Get Accurate Pan Sharpening Result in ArcGIS

Image
Numerous Pan-sharpening Algorithm has been developed. Some of them are better in preserve the spatial details of the panchromatic band but have poor spectral information preservation of multispectral bands, and vice versa. ArcGIS has implemented some of the most well-known Pan-Sharpening algorithms into its roster of geospatial tools. Some are good, some are good only in certain aspects.  Fortunately, Pan Sharpening implementation in ArcGIS also complemented with a weighting factor. These weights value can be derived from the data-driven approach. By using these weights, we can further control the Pan-Sharpening algorithm that has poor ability to maintain spectral information like IHS to be more consistent with the multispectral bands. And this is what the video tutorial below is about.