Tagged Questions
3
votes
2answers
135 views
Setup a map server that runs from USB to whatever computer it is connected?
I would like to have a USB that I can bring with me to any computer. That USB should hold a map server, so that the client computer wont need internet and avoid using OSM or Google maps or any other ...
2
votes
1answer
581 views
How to convert WMS to SHP?
I'm looking for tool that will be convert WMS to vector layer.
Are they ready tool?(for example in python)
1
vote
1answer
79 views
How do I retrieve an arc ascii grid file from NED 1/3 second data using python and OWSLib
I have my bounds, and have been able to connect to the server http://imselev.cr.usgs.gov:80/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Elev_NED_3? in python. What I don't know how to do is send a ...
0
votes
1answer
213 views
Generate a random 100x100 m bounding box in any projection in pure Python?
I'm given:
Extend of WMS Layer
SRS
Now I want to, in standard 2.6 Python (no OGR or C lib dependencies), to generate a 100x100m random bounding box within that extent (assuming it is more than ...
2
votes
1answer
194 views
OWSLib vs shp2img output of MapServer Layer
I'm working on a map layout engine using Python and ReportLab and have come across a problem and was wondering if anyone can give me some insight.
Scenerio:
I'm trying to generate an image using ...
9
votes
3answers
1k views
Is there a Python Lib for requesting WMS/WFS and saving as image/PDF?
i am wondering whether there's Python open-source GIS lib which has APIs to support call WMS/WFS from another GIS server (e.g., GeoServer) and then save the response data(WMS Basemap and WFS layer) as ...