Questions tagged [arcgis-10.5]
Use this tag when ArcGIS 10.5 is the version you are using from the ArcGIS platform.
459 questions
1 vote
1 answer
45 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 ...
1 vote
1 answer
33 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 ...
1 vote
1 answer
68 views
Select by Location > Assign value from a different layer
Is it possible to identify, for example, a data point that is within ‘X’ distance of a Well, and then “create a field” that would assign the Well ID Value to that data point? Ideally, this would need ...
3 votes
1 answer
415 views
Transformation of coordinate systems
I have two layers - the first is in 5514 (S-JTSK_Krovak_East_North; sr_0.shp) and the second in 2180 (ETRS_1989_Poland_CS92; pl.shp). I think the coordinate system of both layers is correct. I need to ...
0 votes
0 answers
998 views
Can't read a shapefile in geopandas due to encoding
I'm working with ArGIS Desktop 10.5 and python 2.7, and just installed geopandas to try it out. However, when I tried to read a shapefile, I received an encoding error: import arcpy import geopandas ...
-4 votes
1 answer
418 views
Arcgis 10.5 have got problem [closed]
Arcgis. Clip. Data managment. Error
0 votes
1 answer
602 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 ...
1 vote
0 answers
16 views
Modifying existing text element with ArcPy [duplicate]
I have a text element in the top right corner of my template project file that has some text, then the current date. Then some more text follows and then the next date appears which is 10 years later ...
0 votes
0 answers
48 views
Rescaling raster to match another precision of coordinates using ArcMap
I am working with 2 DEMs using ArcMap 10.5. Both have a resolution of 0.5 m but the first one has coordinates such as X=243600.5 m and the second one X=243600.3m. I need to make sure they both have ...
0 votes
1 answer
58 views
ArcGIS Java Configuration Tool (JCT) Error: could not creat a registry key
I am trying to select debugging options in the Java Configuration Tool, ArcGIS Desktop 10.5. I have done this before, many times, in 10.4. But now, in 10.5 on a new computer, I am getting this message:...
0 votes
1 answer
53 views
Clipping in the desired shape
I am trying to use the clip tool in order to clip a bigger polygon with a smaller one. The thing is that the clip tool gives as an output a small area from the intersection of the two mentioned. I ...
0 votes
1 answer
72 views
Make ArcGIS Desktop 10.5 Developer Console Window Appear?
Long ago, on an older machine, with an older form of ArcGIS Desktop (10.4), I was able to make the console window appear upon startup for all local ArcGIS Desktop applications (ArcMap, Catalog, etc). ...
1 vote
1 answer
206 views
Getting runtime error from AddFields using ArcPy
I'm add fields via arcpy code as follows; import arcpy arcpy.env.workspace = "C:\Users\sheartz\Documents\NBspray_1952.shp" arcpy.AddField_management( 'NBspray_1952', [['area_ac', '...
0 votes
0 answers
15 views
Extracting road data from shapefile using ArcMap [duplicate]
I have a road network shapefile of a city. I want to extract those roads which have 80ft or more than that width. Is there any tool in ArcMap to extract the data?
0 votes
2 answers
207 views
Converting multiple CSVs into shapefile using Python for loops
I have hundreds of CSV files with the naming convention similar to: prcp_025_01_01.csv prcp_025_05_01.csv prcp_025_08_01.csv prcp_050_01_01.csv prcp_050_05_01.csv prcp_050_08_01.csv prcp_025_01_15.csv ...