|
POST
|
Thanks Robert, Most of our AGOL Web Maps are based in Map Services. What will be the pros and cons of changing them to use Feature Services?
... View more
09-12-2019
10:12 AM
|
0
|
3
|
5036
|
|
POST
|
Why should I use a Feature Service instead of a Map Service in ArcGIS Online or Portal?
... View more
09-12-2019
08:58 AM
|
0
|
7
|
6002
|
|
POST
|
Hello everyone, Environment: SQL Serve rand ArcGIs 10.6.1 When an SDE connection cannot be opened with ArcCatalog. how do you check the users who are connected,. I am looking for a command similar to the old: sdemon -o info -I {users} Thanks
... View more
09-09-2019
01:17 PM
|
0
|
1
|
1023
|
|
POST
|
Hello everyone, Anyone can share a sample of how to call a SOAP web service with python? Thanks
... View more
09-03-2019
11:37 AM
|
0
|
1
|
1246
|
|
POST
|
Thank you Lance, t.text works. Could you please recommend any good documentation that explains how to call web services using requests or urllib, urllib2, and how to parse the results. Thank you
... View more
09-03-2019
09:51 AM
|
0
|
1
|
15873
|
|
POST
|
Hello, I am currently using Python 2.7.10 and the web service does not require authentication. I am able to call the web service in Python using the script below and I get a return in XML format. Questions: how do I parse the answer to get only the part I need a "Y' or a "N" This is what I get on line: t = ET.fromstring(the_page) <string xmlns="http://www.example.comv/GISAddress">Y</string> Source code import arcpy, urllib, urllib2, url = r'https://wwww.example.com/GISAddress/Check.asmx/VerifyAddress' values = {'myAddress' : '100 SW 10 street'} data = urllib.urlencode(values) req = urllib2.Request(url, data) response = urllib2.urlopen(req) the_page = response.read() t = ET.fromstring(the_page)
... View more
09-03-2019
08:39 AM
|
0
|
1
|
15873
|
|
POST
|
Hello everyone, I am looking for a sample source code in Python that shows how to call a web service from Python. I need to make a call to a web service with a structure similar to this one: https://wwww.example.com/GISAddress/Check.asmx/VerifyAddress?param1=100 SW 10 street Any samples showing the URL part and the variables part. Thanks
... View more
08-30-2019
11:04 AM
|
0
|
5
|
16538
|
|
POST
|
Hello everyone, I need to find a way to know if a project was created close to a protected area. In this case there are 2 polygon layers one for projects and another for protected areas How can I find for a selected project (polygon) the closest protected area (polygon) and calculate the distance between both polygons? Also the project could be inside a protected area. Thanks
... View more
08-02-2019
04:41 AM
|
0
|
1
|
1433
|
|
POST
|
WE updated ArcGIS server from 10.4.x to 10.6.x and the issue was fixed. The new library in version 10.6 worked.
... View more
07-19-2019
04:45 AM
|
2
|
0
|
2221
|
|
POST
|
Finally I found the error: in the variable schemaType = "NO_TEST " the string "NO_TEST " had a space at the end. I removed the space schemaType = "NO_TEST", and now it works. #Target Layer fieldmappings.addTable(FCto) #Append Layer fieldmappings.addTable(FCFrom) schemaType = "NO_TEST" fieldmap = fieldmappings.getFieldMap(fieldmappings.findFieldMapIndex("CAPDESC")) fieldmap.addInputField(FCFrom, "CAP_DESC") fieldmappings.replaceFieldMap(fieldmappings.findFieldMapIndex("CAPDESC"), fieldmap) arcpy.Append_management(FCFrom, FCto, schemaType, fieldmappings)
... View more
06-26-2019
09:56 AM
|
0
|
0
|
2831
|
|
POST
|
Changed the code: fieldmap = fieldmappings.getFieldMap(fieldmappings.findFieldMapIndex("CAPDESC")) fieldmap.addInputField(FCFrom, "CAP_DESC") fieldmappings.replaceFieldMap(fieldmappings.findFieldMapIndex("CAPDESC"), fieldmap) fieldmappings.removeFieldMap(fieldmappings.findFieldMapIndex("CAP_DESC")) Same error: Failed to execute. Parameters are not valid. ERROR 000800: The value is not a member of TEST | NO_TEST. Failed to execute (Append).
... View more
06-25-2019
01:01 PM
|
0
|
1
|
2831
|
|
POST
|
I want to populate the field CAPDESC with the field "CAP_DESC" . What am I missing? I am getting this error message : ERROR 000800: The value is not a member of TEST | NO_TEST. Create a new fieldmappings and add the two feature classes. fieldmappings = arcpy.FieldMappings() fieldmappings.addTable(FCFrom) fieldmappings.addTable(FCTo) schemaType = "NO_TEST " fieldmappings.replaceFieldMap(fieldmappings.findFieldMapIndex("CAPDESC"), fieldmap) fieldmap.addInputField(FCFrom, "CAP_DESC") fieldmappings.removeFieldMap(fieldmappings.findFieldMapIndex("CAP_DESC")) arcpy.Append_management(FCFrom, FCTo, schemaType, fieldmappings)
... View more
06-25-2019
12:41 PM
|
0
|
1
|
2831
|
|
POST
|
Hello How do I match FCFrom field "Point_X" with FCTo field "PointX" before doing an arcpy.Append_management # Create a new fieldmappings and add the two feature classes. fieldmappings = arcpy.FieldMappings() fieldmappings.addTable(FCFrom) fieldmappings.addTable(FCTo) schemaType = "NO_TEST " ???? how do I match FCFrom field "Point_X" with FCTo field "PointX" arcpy.Append_management(FCFrom, FCTo, schemaType, fieldMappings, subtype)
... View more
06-25-2019
10:51 AM
|
0
|
6
|
2998
|
|
POST
|
Hello everyone, I am looking for ways to customize the display of a layer label in ArcMap. For example changing the background color, or other properties . Thanks
... View more
06-24-2019
09:46 AM
|
0
|
0
|
677
|
|
POST
|
Good morning, How can I read related records from a feature in Python or ModelBuilder? Thanks
... View more
06-11-2019
05:27 AM
|
0
|
0
|
436
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-01-2026 12:34 PM | |
| 1 | 12-02-2022 08:17 AM | |
| 1 | 12-26-2025 05:02 AM | |
| 1 | 08-05-2025 04:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|