Tagged Questions
1
vote
0answers
124 views
QGIS plugins with python dependencies [closed]
Problem: I have a Windows XP machine with Python 2.7.3 installed at ‘C:\Python27' and the scipy module installed at ‘C:\Python27\Lib\site-packages'.
I installed QGIS 1.8 recently and started ...
2
votes
0answers
228 views
gdal ImportError in python on Windows
Trying to import gdal for Python 2.7.3 on Windows XP:
>>> import gdal
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ...
2
votes
1answer
105 views
How to upload a shapefile to geoserver using cURL and replace file?
In the sequence of this:
How to upload a shapefile to geoserver using cURL?
which was properly solved, I now need to be able to replace the existing file, cause my process is to be repeated every ...
3
votes
1answer
179 views
How to upload a shapefile to geoserver using cURL?
I need to automatically (using python) upload a shapefile into my geoserver.
I'm trying to do as described in here but i'm getting this error:
java.io.IOException: Wrong magic number, expected 9994, ...
5
votes
2answers
1k views
GDAL Python bindings not picking up OGR PostgreSQL driver
I have a windows server (Microsoft Windows Server 2003) with:
Python 2.7,
PostgreSQL 9.04-1,
GDAL 1.8.1 (installed from the windows installer
(gdal-18-1500-core.msi) hosted at
...
1
vote
1answer
367 views
How to create GRASS scripts in C# in Windows
Most of the tutorials that I have seen are under Python and Linux. Is it Possible to create GRASS scripts in C# or atleast in Windows. I can create scripts using a different language as a compromise ...
27
votes
9answers
10k views
How to install GDAL with Python on windows?
Can anyone please explain to me in step by step instructions how to install GDAL/OGR with Python on Windows. I have Windows Vista and I have tried following the information on the website and it does ...