Questions tagged [arcmap]

ArcMap is a piece of software within the ArcGIS suite. It is utilized for cartographic production as well as geospatial analysis.

Overview

ArcMap is used primarily to view, edit, create, and analyze geospatial data. ArcMap allows the user to explore data within a data set, symbolize features accordingly, and create maps.

Tag usage

Consider whether the question is more suitable on Stack Overflow SE or GIS SE

373 questions
0
votes
0 answers

Why cannot I save edits in ArcMap with geodatabase in SQL Server?

I create new object in ArcMap with geodatabase in SQL Server. Once I save edits I get the error: Unable to save edits. Underlying DBMS error [] Violation of primary key constraint "R148_pk". Impossible insert duplicate key into…
Temur2
  • 1
  • 1
0
votes
0 answers

In ArcMaps, I am trying to find main that has Structure Number set, but there is not an overlapping CP System feature

In ArcMaps, I am trying to find main that has Structure Number set, but there is not an overlapping CP System feature. Using the toolbox in arcMap, how would I go about this? I've tried using intersect and erase tools but am not getting the expected…
Payton
  • 11
  • 3
0
votes
1 answer

How to remove part of data while doing a bufferzon? Arcmap GIS

I have an assignment where I have to make a buffertzon 5km around every grocery store. I later make a spatial join between the buffertzone and the population of the people to see how many live within these areas. The next step of the assignment is…
Lostcause
  • 19
  • 2
0
votes
1 answer

Issue in ERA5 and ERA5-Land Monthly Precipitation Dataset

I have been attempting to use ERA5 and ERA5-Land precipitation data provided by CDS (https://cds.climate.copernicus.eu/cdsapp#!/home). The ERA5 monthly data with 0.25 x 0.25 degrees and ERA5-Land data with 0.1x0.1 degrees were downloaded from the…
0
votes
0 answers

ArcPro Data Update

I'm getting some contradictory information about this. I have an ArcPro project. In that project, I connected to a desktop MS Access database and pulled in a table. I then pulled the table into the contents of the map and used it to make a layer.…
CNG09d
  • 19
  • 2
0
votes
1 answer

How to create a new joint layer from two separate layers containing different categories and lat/long coor points, and produce a .csv file from it

I have two layers in ArcMap. One contains flooding areas in a city, categorized by nuisance flooding (objectid 1 and represented by color yellow) and deep flooding (objectid 2 and represented by color purple). I also have another layer, containing…
Ace_1918
  • 1
  • 2
0
votes
0 answers

Import XML Workspace Document Fails ArcGis pro

I am trying to importing the XML Document (schema only ) into the working File Geodatabase. I export xml document from ArcCatalog /Arcmap ,ArcGis enterprise 10.8.1 I have used import geodatabase ArcGis pro but I got error and I have also tried to…
potter90
  • 1
  • 1
0
votes
0 answers

If else statement using raster calculator or con arctoolbox in arcmap

based on this equation image, i'm trying to run the equation using raster calculator for raster image. The equation that I wrote was like this: Float(SEI-NIR)== Con(NIR>=NDWI, SEI-NDWI) but it was error. equation The results should threshold the…
Qin_98
  • 1
  • 1
0
votes
0 answers

I have a DEM with 1 meter elevation intervals - how do I carry out spatial interpolation is such a way that slope is not highest at value boundaries?

I am trying to use a DEM with 1 meter vertical intervals to generate a second DEM in which each pixel is assigned a value interpolated from surrounding pixel values. I know that this is, in general, where the IDW tool is applied. However, I am…
overcup
  • 117
  • 7
0
votes
0 answers

Arc Map Generated KML needs an Expiration set for distribution

I am looking to insert an Expiration into the KML's that I produce so when I send them out to my customers they expire after a certain date and time.. ie they come back and grab the latest and greatest KMLS that are published ... say on SharePoint…
0
votes
0 answers

Arcpy: how to find out that a .mxd is invalid? Try: except: does not work

I'm cleaning up a 100 GB network disc full of (old) ArcMap projects, some dating back to 2004 (!). I found out that there are .mxd's on that disc that ArcMap can't handle, because it crashes, throwing the error message in this picture If I want to…
0
votes
0 answers

No layers in the exported image of the MXD project using C#

I have created a console application to export the active view of an MXD document using C# ArcObjects. The app works, but for some reason the exported image is missing all the layers in the map and legend. I checked, all layers are enabled, the…
shadow031
  • 1
  • 1
0
votes
0 answers

How to overwrite printed text; Python 2.7.18.4

I have the following code in Python 2.7.18.4 and when I run it, for each Tax Parcel Map, it prints the date and time and which parcel it is currently working on. When it is done and continues to the next parcel, it drops down a line on screen and…
0
votes
0 answers

Why Does ArcGIS 10.8 See My Int As a Double

I am using AppendEvent_locref to spatialize data from a view into a feature class. In the feature class, the field is an int. The view pulls the problematic field from the source table as a bigint, so in the view, I convert it to an int. TSQL…
Astennu
  • 19
  • 7
0
votes
1 answer

How can I merge .dbf tables into one xls doc in R?

I have more than 100 .dbf files with common 3 column names. I want to merge all with their second row values into one xls file. Also, eager to add new column with file names (consisting of POINTIDs). Thanks in advance. I have tried to some basic…
tasoglu
  • 3
  • 3