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.

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 ...
Juan Osorio's user avatar
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 ...
Kevin's user avatar
  • 11
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 ...
tpa's user avatar
  • 11
1 vote
1 answer
53 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 ...
Anna's user avatar
  • 19
3 votes
1 answer
302 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 ...
zuzka's user avatar
  • 31
0 votes
0 answers
859 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 ...
Karol Duarte's user avatar
-4 votes
1 answer
368 views

Arcgis 10.5 have got problem [closed]

Arcgis. Clip. Data managment. Error
rauf Memmedli's user avatar
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 ...
Karol Duarte's user avatar
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 ...
Carl Lind's user avatar
0 votes
0 answers
39 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 ...
IsabelleCo's user avatar
0 votes
1 answer
30 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:...
lep's user avatar
  • 117
0 votes
1 answer
40 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 ...
StavGian's user avatar
0 votes
1 answer
57 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). ...
lep's user avatar
  • 117
1 vote
1 answer
171 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', '...
Shane Heartz's user avatar
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?
Muazzam Khan's user avatar
0 votes
2 answers
173 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 ...
ncwxpanther's user avatar
1 vote
1 answer
48 views

Shading point shapefile in ArcMap

How can I design a point such as in this image below ? How can I compose the color in RGB or hex or so on to get this point?
user60268's user avatar
0 votes
0 answers
342 views

Assigning z values to polygon feature vertices in ArcMap

I am trying to assign z values to vertices of rectangular polygon features in ArcGIS 10.5 by using a DEM raster. I do not want to assign min, max, or mean z values to the polygons themselves, but I am ...
Sam Acker's user avatar
0 votes
1 answer
108 views

Construct Sight Lines 999998 : Unexpected Error

My problem occurs when I want to produce Construct Sight Lines. When the process is completed I get an 999998 : Unexpected Error. I see the feature class in my geodatabase. But I can't see the Sight ...
user111776's user avatar
5 votes
0 answers
327 views

Implementing custom OAuth2 login for ArcGIS Web AppBuilder developer?

I have a web mapping application on ArcGIS Web AppBuilder developer edition. I downloaded the app and published on IIS. I want to validate users using OAuth2 like IdentityServer, Google or Facebook. ...
barteloma's user avatar
  • 1,714
1 vote
0 answers
165 views

Add the distance along the route for intersection points of polylines

I have two sets of polylines, illustrated in the screenshot (roads in purple and bridges in blue). I want to find the distance along the route for intersection point of each bridges from the starting ...
M--'s user avatar
  • 115
5 votes
2 answers
3k views

Get feature class names inside ESRI File Geodatabase

I have a project folder with many many folders within that. Some of these child folders contain an ESRI File Geodatabase(s). I want to list all the feature classes that are inside the GDBs that have ...
MapsEveryWhere's user avatar
0 votes
0 answers
202 views

How to add data in ArcGIS enterprise geodatabase many to many table?

I have 3 tables in my PostgreSQL geodatabase. I am using ArcGIS 10.5 parcel owner parcel_to_owner parcel_to_owner is many to many table that created using ArcGIS. parcel_to_owner table has 3 columns ...
barteloma's user avatar
  • 1,714
-1 votes
1 answer
117 views

Creating random points with "CreateRandomPoints_management()" function of ArcPy, with minimum distance

I've been trying to create random points to sample some locations based, at first, on a field which contains the number of samples I want. But when I tried at first, in almost every feature it was ...
caio.valente14's user avatar
0 votes
1 answer
124 views

AssertionError: Invalid MXD filename

I am trying to publish a draft service definition using arcpy.mapping.CreateMapSDDraft and am getting the referenced Assertion Error. I've tried the responses to users with similar questions with no ...
r2dave2's user avatar
  • 61
1 vote
2 answers
491 views

Extracting values of some columns with ArcPy

I've been trying to run some code to extract the values from a column and random sample some of them. The problem is when I try to append values from the cursor to a list. When I append values to the ...
caio.valente14's user avatar
0 votes
1 answer
745 views

Cannot use "CalculateGeometryAttributes_management()" tool to calculate the centroids of features with Arcpy

I've been trying to run some code in Python with ArcPy library. Everything is working fine, but in the end of the code there is a part that I want to calculate the centroids, x and y, with ...
caio.valente14's user avatar
0 votes
1 answer
355 views

Cannot run "Create Fishnet" tool in ArcPy

I've been trying to run an ArcPy code which creates a fishnet for sampling. Everything in the code works fine, but when it gets to arcpy.CreateFishnet_management(), it stops running. I've already ...
caio.valente14's user avatar
1 vote
0 answers
43 views

Vertex marker in Edit Vertices not appearing on half screen

I'm using ArcMap on ArcGIS Desktop 10.5 and when I enter the Edit Vertices context, the vertex markers on the left side of the screen are hidden. You can click on them, but the marker does not appear. ...
stanleykubrick's user avatar
0 votes
0 answers
265 views

Loop to Apply Multiple Symbology to Multiple Layers

I am trying to apply multiple symbology to multiply layers that I have created from multi-tasking custom tool. The tool applies buffer, clip tool to multiple feature classes and then all the feature ...
DjarumX's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
16