Skip to main content

Questions tagged [arcgis-10.5]

Use this tag when ArcGIS 10.5 is the version you are using from the ArcGIS platform.

1 vote
1 answer
581 views

Converting a Raster to Polygon and Dissolving Issues using ArcMap 10.5

I have a large forest habitat raster dataset (several watersheds in state of Oregon) that I need to convert into a shapefile. The raster has 70 different categories of habitat types. Steps: I've ...
3 votes
1 answer
2k views

Exporting High Quality TIFF Files on ArcMap

I am currently working in ArcMap 10.5.1 and am wanting to export a Map as a TIFF file with increased resolution. If I were to increase the quality of the image to anything above 96 DPI then the image ...
0 votes
1 answer
396 views

Unable to replace data source from a layer in an ArcGIS MapDocument

I'm trying to write a code for automating changing the source for some layers of a mxd document. I have three layers that should point to the same shapefile, they are only displayed with different ...
0 votes
1 answer
2k views

ModelBuilder unable to overwrite existing features with same names

I have created a model that is meant to be run regularly to update an existing data set with new data. Ideally, the model will be able to simply overwrite the old data with the new data which would ...
3 votes
1 answer
907 views

State ID Count after SDE Compression

I have a Enterprise Geodatabase (SDE) in SQL Server 2016. I have a nightly python script to preform some maintenance including the compress function (among other things). I am noticing that the ...
1 vote
4 answers
3k views

Adding vertex to line at point location using ArcPy?

I have a line layer and point layer on my ArcGIS project. The points are on the lines. I want to create vertex on lines at this point coordinates. import arcpy point_rows = arcpy.da.SearchCursor("D:...
7 votes
5 answers
10k views

Opening MXD saved in one version using earlier version

Working in an enterprise system. We need to determine if everyone needs to update to 10.6 at the same time for mxd cross-compatibility or can we update from 10.5 as needed.
0 votes
0 answers
33 views

Creating polygons of Esri World Imagery Basemap that shows collection date

I'm working with the Esri World Imagery Basemap, and I need to determine the imagery collection date for every portion of my area of interest. I'm aware that the identify tool displays the collection ...
0 votes
1 answer
93 views

Is Data Driven Pages same as Map Books?

Is there a difference between Data Driven Pages and Map Books in ArcMap 10.5 and, if so, did one replace the other? Esri's web site is not clear about that which is confusing me.
6 votes
4 answers
3k views

Some zones disappear when running Zonal Statistics as Table in ArcGIS

I'm new to GIS. I want the sum of nighttime lights (DMSP) by district for some country. I'm running this arcpy.gp.ZonalStatisticsAsTable_sa(Limites_distritales, "IDDIST", rc, temp_table, "DATA", "") ...
1 vote
3 answers
874 views

ArcGIS 10.5 Export File Format

I am using ArcGIS 10.5 and I am unable to set the destination format when I try to export an image using the Export Raster option on ArcMap. The steps: But the destination format is locked on "File ...
1 vote
1 answer
18 views

Add Feature Based on Selection from a Reference Layer

I have a reference grid with 11,525 features that references a repository of the same number of lidar rasters. Repository is currently a separate drive, but the location can be wherever I need it to ...
17 votes
3 answers
9k views

Converting ArcMap feature layers to GeoPackage using

Is it possible to directly convert feature layers in ArcGIS to GeoPackage? In ArcGIS Desktop 10.5's ArcToolbox, under "Conversion Tools/To Geopackage" the only option that appears to me is "Add ...
3 votes
1 answer
2k views

Creating Field Mapping parameter in ArcPy Script

I'm trying to create a tool that compares two data sets. I do not want the Feature Compare tool. Most of the field names in the two data sets are the same, but not all. I want a way to map one field ...
1 vote
1 answer
20 views

Intersection solution in Rasters

I have two rasters: one is building footprint (BF) having 3 classes, another raster is landslide hazard zones (LHZ), also having 3 classes. I have prepared matrix where the intersection of each of the ...

15 30 50 per page
1
2 3 4 5
31