|
POST
|
Hi Dan I am not sure I agree. In windows when you set your PATH the order in that variable is the ONLY thing that setting the order of search for a programs. Even if a program exists in the current directory it will still look for it in the first element in PATH. If you set your workspace it mean that this is the place you want the data to come from, not the TOC.
... View more
08-20-2017
09:09 PM
|
0
|
1
|
1173
|
|
POST
|
Hello When you run a script in ArcMap (Python window or tool) and you have a workspace set but a different layer with the same name exists in the TOC, which will be used? I did a test with get_count, it takes the one in the TOC and ignore the workspace. When I delete the layer from the TOC I got the correct layer from the workspace. Is this a bug??
... View more
08-19-2017
11:19 PM
|
0
|
5
|
1377
|
|
POST
|
Hi You should write a small Python script that do ListFeatureClasses to get all Coverages and then convert them (Feature class to feature class) into FGDB. Then you can Append them. Have fun Mody
... View more
08-19-2017
09:51 PM
|
0
|
0
|
906
|
|
POST
|
Hi Paul You can create a ref mosaic and edit the boundary to your AOI. You can also copy & paste to a new mosaic (The mosaic is only the index, it does not contain the rasters) and, again, edit your boundaries. It will create a mosaic without any data (from the client point of view) outside the boundary. Have fun Mody
... View more
08-15-2017
09:38 PM
|
2
|
2
|
6321
|
|
POST
|
No so simple I afraid. It took them two years to upgrade to 10.3 just a month ago...
... View more
08-10-2017
04:31 AM
|
0
|
0
|
795
|
|
POST
|
Hello all We have some problems with some GP tools that uses multi processing, mainly the cache commands Export Tile Cache and Manage Tile cache. When you check the task manager when these tools run you see that ArcMap.exe create a ARCSOMP.exe process, then a few ARCSOCP.exe processes created (the number of processes is by the multi processor env setting). These ARCSOCP.exe command really get the CPU and do the work. On Some machine, some times I see the ARCSOMP.exe starts and no ARCSOCP.exe, after a few seconds I get 99999 error and the message is Configuration of RasterCommander.ImageServer can not be added. Some time I can close ArcMap, reopen, do the same tool and it works. Some time I have to restart ArcMap a few times before it is running successfully again. I found no errors in the event viewer. This happens on a few different machines in our office. We use ArcMap 10.3 Anybody have any idea?
... View more
08-09-2017
09:50 PM
|
0
|
2
|
1087
|
|
POST
|
I understand if it does not read the metadata and just ignore them. I find it hard to believe that someone in ESRI wrote a code that if metadata tables exists then do not connect.
... View more
08-05-2017
09:40 PM
|
1
|
0
|
1581
|
|
POST
|
One of the new features in 2.0 is the connection to Oracle. The problem with this connection it does not support geodatabase. My understanding was that it just ignore the metadata tables and see all tables as simple tables. It looks like it will not connect if it find metadata tables (gdb_items etc). All our data in Oracle geodatabase and we do not like to publish/register each layer to be able to see it in Insights. Is there any work around? Maybe create a new user that will not have access to the metadata tables (but they are public!!). Any ideas? Thanks
... View more
08-04-2017
12:23 AM
|
0
|
6
|
2083
|
|
POST
|
Hi Joshua You are correct - there are two different columns in the Sql Table. Is this documented anywhere? Still if both columns keep a circle formula I would expect them to calculate the same area. Which area is more correct, ESRI or Microsoft? Thanks
... View more
07-27-2017
07:18 AM
|
0
|
1
|
830
|
|
POST
|
Hi All There was some discussions about this so I found and easy way to reproduce. I am creating a poly feature class in Sql Server (10.5) with Israel TM grid projection (WKID 2039). I am creating a CIRCLE polygon. Then I copy & paste the layer into FGDB. There is a different in the area (see picture). The different in small polygon (400 Sq Meter) can be up to 0.5% (this is a lot). Copy into Oracle give very similar area as the SqlServer. The one that has no difference is a square, all other are circles. I did not tested different projections. Take 3 minutes and try to see for yourself. Thanks Mody
... View more
07-27-2017
01:11 AM
|
0
|
3
|
1036
|
|
POST
|
Hello all We developed a SOE that has some private dll's. These dll's are not ArcGIS or .NET or OS dll's it is just something that we developed outside the SOE itself. We have some problem deploying it. As far as we can tell some of the dll's are not packed into the SOE (we unzip it). Some of the dll that was packed cannot be accessed by the SOE after successful installation. Where is the SOE installation putting all the dll's? Does anybody run into this problem. Thanks Mody
... View more
07-19-2017
10:55 PM
|
0
|
1
|
916
|
|
POST
|
Something like this: mxd = arcpy.mapping.MapDocument(r"C:\Project\Project.mxd")
df = arcpy.mapping.ListDataFrames(mxd, "County Maps")[0]
# get layer raster1
lyr = arcpy.mapping.ListLayers(mxd, "raster1", df)[0]
#replace to layer raster2
lyr.replaceDataSource(r"C:\Project\Data", "RASTER_WORKSPACE", "raster2")
mxd.save()
# export to JPEG
... View more
07-02-2017
06:25 AM
|
1
|
1
|
2924
|
|
POST
|
Hi I am not sure I understand but why not using Updating and fixing data sources with arcpy.mapping—Help | ArcGIS for Desktop to change the MXD with new raster, save it to temporary mxd and export it to JPEG? Have Fun Mody
... View more
07-01-2017
10:21 PM
|
0
|
4
|
2924
|
|
POST
|
Hi Adam SDE manage locks in tables (table_locks etc). In SDE esri wrote a full interface to understand the locks. If you right click on the database connection and use "administration" you have a tab "locks" there you can see all locks, get locks for specific table and even disconnect a user if you have privileges. ESRI - we need similar tool for FGDB!!
... View more
07-01-2017
09:33 PM
|
1
|
1
|
4247
|
|
POST
|
Hello all Since I moved to a new computer (win 10) I keep getting this error when ever I use the Arcobjects help. I get it for each page I try to see. After I hit the yes or no I do get the page but it is very annoying. The desktop help works without any problems. Any ideas? Thanks
... View more
06-28-2017
09:55 PM
|
0
|
1
|
782
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 11-25-2024 06:09 AM | |
| 1 | 01-21-2026 09:53 PM | |
| 1 | 12-15-2025 10:07 PM | |
| 1 | 09-17-2025 06:35 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|