Tagged Questions
0
votes
0answers
83 views
Can I do full SQL expressions through the “WHERE” clause in UpdateCursor?
Run as a standalone python script for a shapefile in a toolbox on ArcMap.
For example:
psql_url_pop = '''SELECT shapefile.NAME_# + shapefile.WIKI_URL FROM public.shapefile'''
rows = ...
2
votes
0answers
68 views
network related issues arising when running an arcpy script
Essentially I wrote an arcpy script that is within a toolbox that I ported over to a different machine to test out after the script worked locally.
The script essentially utilizes the psycopg module ...
1
vote
0answers
127 views
I am getting a blank layer preview from geoserver after Quick Exporting my shapefile to postgis and then getting postgis to point to geoserver
What could be the potential problems? Looking at the layer's data fields/form the one thing that isn't filled is the Native SRS and its source, but I have already passed in the projection info as it ...
5
votes
2answers
274 views
ArcMap Draw Camera Range with ArcPy
i am working on some camera data. I have some points which consist of azimuth, angle, distance, and of course coordinate field attributes. In arcmap I want to draw shapes like this:
The shape is ...
