POST
|
I would try other software? But there are as well problems with open water and pictures with no land on it: "You cannot map over water with OpenDroneMap software, unless you can also capture some of the land in each image (but sounds like this is not the case here)." for OpenDroneMap: https://community.opendronemap.org/t/mapping-over-water/23169 "I think the ultimate problem is the water. Water is difficult, and it is expected that Mapper will cut most of it out. What caught my eye were the sharp right angles in the orthomosaic. It had the appearance of a tiling issue. At this point, I do not think that was the problem. It is the water." for Pix4D: https://community.pix4d.com/t/orthophoto-cutting-problem-on-sea-water/29008
... View more
a month ago
|
1
|
0
|
316
|
POST
|
Are there brackets missing in the con statemant? Con(((inRaster1 == 1) & (inRaster2 == 5)), inRaster1 + inRaster2, 99) https://desktop.arcgis.com/de/arcmap/latest/tools/spatial-analyst-toolbox/con-.htm
... View more
a month ago
|
0
|
0
|
85
|
POST
|
if snap doesn't work in the link could be a python solution? https://community.esri.com/t5/python-questions/extend-line-up-to-polygon-feature/td-p/705806
... View more
04-28-2025
03:40 AM
|
1
|
0
|
355
|
POST
|
Hello, I want to use the raster solar radiation tool to compare the impact of tree removal measurements on solar intensity. To show that the solar radiation is bigger in tree removal areas I use a digital surface model before and after the measurements. With the solar radiation then I use focal statistics to find the minimal values in the given area where vegetation grows because I want to find the shadow values? In areas with no vegetation i keep the calculated solar radiation values. What do you think, is that a possible solution? Any ideas are welcome?
... View more
04-06-2025
10:45 PM
|
0
|
0
|
227
|
POST
|
Think you need to contact ESRI technical support? https://community.esri.com/t5/arcgis-storymaps-questions/storymap-not-loading/m-p/1344834#M4282
... View more
01-09-2025
12:46 AM
|
0
|
0
|
336
|
POST
|
Are you sure that the extent is wrong? I think it should be the correct extent? Maybe you could test it if you use mapFrame.camera.setExtent(arcpy.Describe(lyr).extent) to zoom in the map Frame to another extent, the one of a layer file in your map Frame? There's also a solution here: https://gis.stackexchange.com/questions/467522/adding-data-to-existing-aprx-layout-and-zooming-to-extent-of-new-data-using-arc
... View more
08-27-2024
04:59 AM
|
0
|
0
|
632
|
POST
|
Could this help you? https://gis.stackexchange.com/questions/352076/moving-polygons-to-points-using-arcpy
... View more
08-13-2024
10:21 PM
|
0
|
0
|
955
|
POST
|
Maybe have a look here: https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-concurrent-licensing-retiring/td-p/1382113 As far as I know there will be only named user in the future ... .
... View more
08-13-2024
09:52 PM
|
1
|
3
|
2161
|
POST
|
Could this help you: https://support.esri.com/de-de/knowledge-base/faq-what-are-the-ways-to-recover-arcgis-survey123-data-000024617
... View more
04-15-2024
04:05 AM
|
0
|
1
|
2647
|
POST
|
I've tested the near tool, it works in my case (only tested 10 points)? There must be a mistake in your wokflow? For example you don't need to convert the line to points? Do the feature classes have the same coordinate system?
... View more
02-15-2024
07:44 AM
|
2
|
0
|
988
|
POST
|
Hello Amir, thank you for your help - but i think RHmapping was right about the missing make feature layer ...
... View more
02-14-2024
04:30 AM
|
0
|
1
|
1790
|
POST
|
Hello, try to select by attributes a feature class, but it doesn't work? Any ideas why? fields = ["OBJECTID", "TARGET_FID"]
with arcpy.da.SearchCursor(outMerge, fields) as cursor:
for row in cursor:
if row[1] > 0:
selClause = str(row[1])
selClause1 = "OBJECTID = {0} Or TARGET_FID = {0}".format(selClause)
print (selClause1)
arcpy.management.SelectLayerByAttribute(outMerge, "NEW_SELECTION", selClause1)
result = arcpy.management.GetCount(outMerge)
print (result[0])
if int(result[0]) > 1:
outIntersLines = "outIntersLines_{}".format(row[0])
# arcpy.management.PointsToLine(outMerge, outIntersLines)
else:
continue
else:
continue The print statements line 9 looks ok for me: OBJECTID = 1 Or TARGET_FID = 1 But there's nothing selected?
... View more
02-14-2024
02:32 AM
|
0
|
9
|
1880
|
POST
|
I think it should work with the near tool? Maybe you can try spatial join (Closest), buffer with the closest distance and intersect as proposed here: https://gis.stackexchange.com/questions/231108/workaround-near-analysis-tool-in-arcgis-10-2-2-for-desktop-with-a-basic-licens
... View more
02-13-2024
11:31 PM
|
1
|
0
|
1003
|
Title | Kudos | Posted |
---|---|---|
1 | a month ago | |
1 | 04-28-2025 03:40 AM | |
4 | 08-13-2024 10:49 PM | |
1 | 08-13-2024 09:52 PM | |
2 | 02-15-2024 07:44 AM |
Online Status |
Offline
|
Date Last Visited |
2 weeks ago
|