|
POST
|
The “Export Raster World File” tool can create world files for the tif tiles and then these tif tiles can be shifted based on a code from python script --------- import os import arcpy import string Folder_Path = arcpy.GetParameterAsText(0) for file in os.listdir(Folder_Path): if file.endswith(".tfw"): print(os.path.join(Folder_Path, file)) with open(os.path.join(Folder_Path, file), 'r') as f: lines = f.readlines() f.close() before_last_line = lines[-2] before_last_line2 = float(before_last_line) - 50000 last_line = lines[-1] last_line2 = float(last_line) - 500000 lines[-2] = before_last_line2 lines[-1] = last_line2 num_lines = sum(1 for line in open(os.path.join(Folder_Path, file))) print (num_lines) for x in range(num_lines): print( lines[x]) with open( os.path.join(Folder_Path, file),'w') as o : for x in range(num_lines): o.write(str(lines[x]) +'\n') o.close() for file in os.listdir(Folder_Path): if file.endswith(".tif"): print(os.path.join(Folder_Path, file)) arcpy.DefineProjection_management(in_dataset=os.path.join(Folder_Path, file), coor_system="PROJCS['Palestine_1923_Palestine_Grid',GEOGCS['GCS_Palestine_1923',DATUM['D_Palestine_1923',SPHEROID['Clarke_1880_Benoit',6378300.789,293.4663155389802]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Cassini'],PARAMETER['False_Easting',170251.555],PARAMETER['False_Northing',126867.909],PARAMETER['Central_Meridian',35.21208055555556],PARAMETER['Scale_Factor',1.0],PARAMETER['Latitude_Of_Origin',31.73409694444445],UNIT['Meter',1.0]]") ------------------------ Clip_1469.jpg Clip_1470.jpg Clip_1471.jpg
... View more
01-03-2022
10:25 AM
|
0
|
0
|
5236
|
|
POST
|
ArcGIS Server 10.7.1: Caching an orthophoto fails to produce all required levels and ends up with a warning, In the screenshot below, the cache configuration is set to produce 13 levels. The caching stops at L08. What could be the issue here? Clip_1466.jpg Clip_1467.jpg Clip_1468.jpg
... View more
01-03-2022
10:01 AM
|
0
|
3
|
1518
|
|
POST
|
The “LineOnLineOverlayer” tool in FME does perform the job. It removes the duplicates anyway. A sample dwg file is attached Clip_1437.jpg
... View more
12-31-2021
10:39 PM
|
0
|
0
|
1831
|
|
POST
|
The “delete identical” fails to remove the duplicates where lines are overlapped at particular part The “remove duplicates multiple” ends up with error A sample dwg file is attached Clip_1434.jpg
... View more
12-31-2021
11:01 AM
|
0
|
1
|
1838
|
|
POST
|
Hi Ihab, Unfortunately, there is no direct relation between the load (number of requests) and the resources (Cores\RAM) which makes it a bit challenging to find a good match between them (load and resources). Best Jamal Clip_1432.jpg Clip_1431.jpg
... View more
12-31-2021
06:58 AM
|
1
|
0
|
2717
|
|
POST
|
The issue has nothing to do with CAD file. A feature class is extracted from CAD and then the “delete identical” tool is performed as per the screenshot below Clip_1428.jpg
... View more
12-31-2021
06:25 AM
|
0
|
1
|
5926
|
|
POST
|
ArcGIS Pro 2.9: How to delete overlaps\duplicates features with model builder tool? I couldn’t figure out if there is a model builder tool that can remove overlapped\duplicated features I’m aware that this can be done with topology but I wanted here just a stand-alone tool that can perform this task Clip_1425.jpg
... View more
12-31-2021
03:59 AM
|
0
|
14
|
7895
|
|
POST
|
ArcGIS Pro 2.9: How to split lines at intersection within a model builder? I couldn’t figure out if there is a model builder tool that can split lines at intersection Clip_1424.jpg
... View more
12-31-2021
03:06 AM
|
0
|
5
|
3043
|
|
IDEA
|
Thank you for the input. In ArcMap, we could change the source\sink and thus the arrows are automatically switched to the new direction But why it’s challenging to have this functionality available in UN?
... View more
12-21-2021
12:30 PM
|
0
|
0
|
3135
|
|
IDEA
|
Why not to consider saving the project as aprx file without the need to create a folder.
... View more
12-21-2021
12:22 PM
|
0
|
0
|
3022
|
|
POST
|
Thank you Dan My aim here is to go to selected feature from the table (having a look on polygons that have small area, for example). Right, the “pan to” is there but when double clicking a record (which is easier than right clicking and then choosing the option), it behaves as “zoom to”. Clip_1244.jpg Clip_1245.jpg
... View more
11-26-2021
09:33 PM
|
0
|
0
|
5808
|
|
POST
|
ArcGIS Pro 2.9: How to zoom to a selected feature without changing the current scale? For example, in the screenshot below, I wanted to zoom to the selected feature such that the feature gets at the center of the screen but to have the scale kept the same (12,000) As for the default behavior, when zooming to a selected feature, it gets centered at the middle of the screen with having it fully extended on the screen and thus the scale changes.
... View more
11-26-2021
12:54 PM
|
1
|
5
|
6249
|
|
POST
|
But how it works as expected in ArcMap with no such issue? There is no overlap between polygon # 30 and #35 as per the screenshot below. And even if there is an overlap, the two labels should appear only at the area of overlap but not everywhere! Clip_1221.jpg
... View more
11-24-2021
10:15 PM
|
0
|
0
|
854
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-16-2026 08:17 AM | |
| 1 | 09-30-2022 10:43 PM | |
| 2 | 05-05-2025 10:33 AM | |
| 1 | 05-08-2025 09:49 PM | |
| 1 | 05-06-2025 11:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-21-2026
11:29 PM
|