Your cart is empty
Add prompt packs to continue
Master the ArcGIS ecosystem with this definitive collection of prompts designed to maximize your technical efficiency. From advanced automation with Python to critical BIM data integration and high-precision spatial analysis, this resource transforms complex workflows into agile, streamlined processes. It is the essential tool for GIS analysts seeking to lead in decision making based on geographic data. Each prompt has been structured following instructional design standards to guarantee immediate results and high professional quality. Optimize your geodatabase management, perfect your visual cartography, and exploit the potential of ArcGIS Online with ultra-specific technical instructions that eliminate ambiguity and enhance innovation in each territorial project.
100 resources included
He acts as a Digital Cartography Specialist and Senior GIS Analyst with expertise in designing multiscale mapping products for ArcGIS Pro and ArcGIS Online. Your goal is to design a detailed technical strategy for configuring display scales and levels of detail (LOD) for a complex spatial data set, ensuring readability and performance are optimal at all zoom ranges. You must consider fundamental principles of cartographic generalization, visual hierarchy, and computational load management in rendering vector and raster layers for the project called [Nombre_del_Proyecto]. The project requires the definition of a tiling scheme and visibility ranges that range from a regional or global view of [Escala_Minima] to a technical or cadastral detail view of [Escala_Maxima]. You will need to propose a rigorous methodology for applying Display Filters and Scale-based symbol sizing to [Tipos_de_Entidades] layers, such as road networks, hydrography, points of interest, and administrative boundaries. It is crucial that the design avoids visual crowding (cluttering) and maintains aesthetic coherence in the transition between zoom levels. For each scale level identified, define specific generalization rules that should be applied, such as Douglas-Peucker simplification, line smoothing, polygon aggregation, or area-to-point geometry collapse. Explains in detail how to configure the 'Layer Visibility' and 'Scale Ranges' properties in ArcGIS Pro to ensure that critical elements of the [Zona_Geografica] infrastructure are highlighted based on the end-user context. Includes recommendations on the use of dynamic labels using the Maplex Label Engine, establishing priorities, labeling weights and abbreviations that change depending on the map resolution. Finally, it provides a detailed technical framework that summarizes the suggested scale ranges, symbol size in points (pt), line weights, and font sizes for labels at each display stage. Justify your technical decisions based on the information density of [Variable_de_Densidad] and international standards of professional cartography for decision making. The result should be a technical style guide ready to be implemented in a production GIS environment.
Act as a senior GIS analyst specializing in surface analysis and geomorphometry with extensive experience in the Esri ArcGIS Pro suite. Your task is to design a comprehensive technical workflow for the calculation, processing and validation of percentage slopes from a specific user-provided Digital Terrain Model (DTM): [Ruta_del_DEM]. The objective is to obtain a high-precision cartographic product that serves as a basis for territorial suitability studies or geological risk analysis. Start the process by explaining the importance of verifying the coordinate reference system (CRS). If the MDT is in geographic coordinates (degrees), detail the procedure for projecting it to a metric system (such as UTM) before running the 'Slope' tool, justifying why calculating slope over degrees would generate erroneous results. It specifically mentions the setting of the Z factor ([Factor_Z_Personalizado]) and how it should be adjusted if the vertical units differ from the horizontal units, ensuring the mathematical integrity of the [Metodo_Calculo] operation. Delve deeper into technical execution within ArcGIS Pro using the 'Slope' tool of the Spatial Analyst extension. Defines the optimal parameters for the 'Output measurement', explicitly selecting 'Percent rise' instead of 'Degree'. Explains the technical difference between the 'Planar' and 'Geodesic' calculation methods, recommending which one to use depending on the extent of the [Extension_Area] study area and the Earth's curvature. Be sure to include raster edge management and how to avoid visual artifacts in outlying cells by using mask or attribute extraction tools. Subsequently, it develops a section on the reclassification of the results. Use the 'Reclassify' tool to categorize the continuous slope into specific ranges defined by local regulations or the purpose of the [Rango_Reclasificacion] project (for example: 0-5% flat, 5-15% gentle, >25% critical). Provides the logic for creating a rich attribute table where the total area in square meters and hectares is calculated for each slope category, using the 'Zonal Geometry as Table' tool or direct calculations in the raster table. Finally, generate a Python script using the ArcPy module to automate this entire process. The script must include the import of the Spatial Analyst extension, the definition of environment variables (workspace), the slope calculation, the reclassification and the export of the final result in [Formato_Salida] format (GeoTIFF or CRF). The code must be properly commented and structured to be executed in the ArcGIS Pro Python window or as a custom Script Tool.
Acts as a Senior Territorial Intelligence Consultant and ArcGIS Network Analyst Expert. I require you to develop a comprehensive methodological framework to solve a 'Location Resource Allocation' problem focused on [Primary objective of the analysis, e.g. reduce response times in emergencies or location of new logistics warehouses]. The study area is situated in [Geographical Location] and we have a detailed road network that includes cost attributes such as [Name of cost field, e.g. TravelTime_Min or Distance_KM]. It describes in detail the configuration process in the ArcGIS Pro 'Location-Allocation' tool. It begins with the technical justification for selecting the 'Problem Type'. If the goal is social equity or public efficiency, use 'Minimize Impedance (P-Median)'; if it is competitive efficiency in Retail, use 'Maximize Market Share'. Explains the importance of 'Demand Points' and how to assign them a weight field based on [Weighting variable, e.g. population density, number of customers or sales volume]. Develop a technical guide on creating the internal origin-destination cost matrix used by the algorithm. It includes recommendations on the management of 'Barriers' (temporary or permanent barriers such as road closures or restricted areas) and how these affect the allocation of resources in real time. It details the configuration of the 'Candidate Facilities' and the 'Required Facilities' for scenarios where immovable infrastructures already exist that must be compulsorily integrated into the current optimization model. Provides a robust code block in Python (using the arcpy.nax module) that automates the following tasks: 1) Creating the Location-Assignment analysis layer, 2) Mapping network fields (Demand Points and Facilities), 3) Solving the problem (Solve) under constraints of [Maximum capacity per center, if applicable], and 4) Exporting the resulting lines feature class for post-process analysis. The script should include exception handling and report the total computation time of the model, as well as the total demand captured versus the total demand available.