|
POST
|
Hi Please set your transaction enviroment to "versioning" or "edit session" then it should work. Regards
... View more
09-21-2012
01:32 PM
|
0
|
0
|
1057
|
|
POST
|
Hi If you have the freedom to alter the schema of your table you could implement a geohash-based query: http://code.google.com/p/python-geohash/ You would need to calculate a hash onto each point, with a precision to suit your data. Then your nearby query would devolve into a string range query. Regards
... View more
09-20-2012
07:02 AM
|
0
|
0
|
2097
|
|
POST
|
Hello Naym GML (and WFS) "points" are handled as multipoint. Please use the geoprocessing tool "Multipart to Singlepart" to convert GML multipoint to Point data. Regards
... View more
09-04-2012
01:25 PM
|
0
|
0
|
860
|
|
POST
|
Hi See also: http://www.arcgis.com/home/item.html?id=e06a278da4e94d168427f45ef4a8c5b7 Regards
... View more
08-29-2012
07:14 AM
|
0
|
0
|
2988
|
|
POST
|
Hi James I output to shapefile. If you are having issues specific to PostGres please open a support call, then an analyst will try and reproduce your issue on the same platform. Regards
... View more
08-29-2012
07:04 AM
|
0
|
0
|
2075
|
|
POST
|
Hello I just tested some multipart polygons fed into an aggregatefilter and it correctly detected which features were multipart. Please log a support call and supply the analyst with your data so we can take a look. Thanks
... View more
08-23-2012
06:58 AM
|
0
|
0
|
2075
|
|
POST
|
Hi Please log a support call; the analyst will require your test data, at least for the problem intersection(s). Regards
... View more
08-21-2012
06:38 AM
|
0
|
0
|
1561
|
|
POST
|
...anybody mention Tissot Circles around lat/long coordinates that will look like ellipses when projected? 🙂 Regards
... View more
08-20-2012
07:04 AM
|
0
|
0
|
2567
|
|
POST
|
Hello Alex There are no ArcPy methods for accessing the runtime properties of a locator. An approach you may want to look at is making a copy of the locator with different properties. Regards
... View more
08-15-2012
07:56 AM
|
0
|
0
|
2226
|
|
POST
|
Hello John Please log a support call for this issue, it will need to be reproduced in your environment for a response. regards
... View more
08-14-2012
09:14 AM
|
0
|
0
|
683
|
|
POST
|
Hi This tool will detect flipped street segments: http://www.arcgis.com/home/item.html?id=d826f83e4f604db9989b71c12e5626a2 Regards
... View more
08-08-2012
07:03 AM
|
0
|
0
|
730
|
|
POST
|
Richard In the meantime you could build something with the math.hypot function but if you're not using point features it might be inefficient. Regards
... View more
08-06-2012
07:39 AM
|
0
|
0
|
1945
|
|
POST
|
Richard ArcPy geomerty objects have a distanceTo (other geometry) method that should get you what you need. First use SelectByLocation to get your candidates, then loop through these with the distanceTo function to get the minimum. Regards
... View more
08-03-2012
07:07 AM
|
0
|
0
|
1945
|
|
POST
|
Hi Dynamic geocoding relies on geodatabase functionality so will only work when table edits are performed using ArcGIS. It should be possible to call the operating system from within your DBMS SQL code, for example in SQL Server there is a stored procedure call: EXEC master.dbo.xp_cmdshell - which could run a Python script that does the geocoding using ArcPy. However, I must add that I'm no DBA and this might be an idea from the chamber of horrors for DBAs. Regards
... View more
08-03-2012
07:00 AM
|
0
|
0
|
2479
|
|
POST
|
That is what I'm looking for, but I do not have the Desktop Advanced license required. Is there a way to do a similar function with a Desktop Basic license? Hi You can mimic Erase with a little effort. First Clip your streets polygons usng your Lights polyons, then Union the output of this with the original Streets polygons. The features with a clip output FID of -1 are what Erase would output. Regards
... View more
07-30-2012
08:57 AM
|
0
|
0
|
3690
|
| Title | Kudos | Posted |
|---|---|---|
| 4 | 05-28-2026 05:58 AM | |
| 1 | 05-15-2026 06:54 AM | |
| 3 | 04-29-2026 08:11 AM | |
| 1 | 03-23-2026 05:24 AM | |
| 4 | 04-02-2026 01:17 PM |
| Online Status |
Online
|
| Date Last Visited |
27m ago
|