Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
104 views

Plot a geographical map with symbols according to frequencies

I would like to plot a geographical map with n numbers of squares according to the frequency of a disease within a county. Like this one here: But I couldn't figure out how to do this with R or ...
4
votes
3answers
548 views

Easy methods of installing and having access to the GDAL library?

The GDAL library homepage implies that people who arrive there already know what they are doing. I work with ArcGIS, and am unfamiliar with intricate setups with library dependencies as GDAL ...
2
votes
2answers
123 views

Python: SpatiaLite table to numpy recarray with datetime format?

I posted this question at the QGIS-user forum but it might be too technical, thus I take a chance and try here as well. My plan is to have a QGIS plugin that reads and plots time series data ...
2
votes
1answer
126 views

Why does qwt-5.2 think I don't have QtSvg for x86_64 installed?

I'm trying to build Quantum GIS from source but am running into a problem with one of the dependencies. I need to make and install PyQwt and am getting the following compilation error: $ make g++ ...
1
vote
2answers
40 views

Shapefile dBase Data (naturalearthdata.com)

I'm researching using natural earth for a software project, so I pulled down a sample data file and had a peek into its dBase file, namely ne_50m_admin_0_countries.dbf Here is a sample row from said ...
1
vote
4answers
106 views

Easiest way to edit a huge geoJSON?

I'm sitting here with a huge geoJSON that I got from an Open Street Map shape-file. However, most of the polygons are unnecessary. These could, in theory, easily be singled out based on certain ...
1
vote
1answer
91 views

save file in XYZ format as vector (GML or shp)

I am using QGIS software. I would like to show value of each raster cell as label. My idea (I don't know any plugin or any functionality from QGIS which allow to it easier) is to export raster using ...
1
vote
0answers
136 views

QGIS mapserver not working (problem with fast CGI)

is there a simple example/tutorial of how to set up Qgis-mapserver with the latest qgis version on ubuntu, I can't get a correct result (blank image)? i think there might be some problem with my ...
1
vote
2answers
247 views

Zonal Statistics QGIS

Is there any open source alternative for Zonal Statistics tool (ArcGIS Spatial Analyst)? What is the best tool (which I can use in script) dor counting statistics of raster files?
1
vote
1answer
133 views

Building QGIS for Windows with mingw and Cmake?

Does anyone knows how to build QGIS for Windows with mingw and Cmake? Having that I have all required dependencies installed. Thanks, Carlos.
1
vote
1answer
346 views

QTimer firing issue in QGIS(Quantum GIS)

I have been involved in building a custum QGIS application in which live data is to be shown on the viewer of the application. The IPC being used is unix message queues. The data is to be refreshed ...
1
vote
2answers
830 views

Qpainter.rotate() question - qgis

I am customising QuantumGIS that uses Qt's Qpainter to draw and paint... I am trying to draw a polyline on the canvas that is coming as a update through message queues..the draw is very fine...but ...
1
vote
1answer
2k views

Cmake's undefined reference linking error

I am customizing qgis source code that builds through cmake. It has a source tree with many sub directories(with sub-directories withinin them aswell). The whole source tree is divided into modules ...
1
vote
2answers
2k views

CMake compilation error..(Unknown CMake command “QT4_WRAP_UI”)

im trying to build grass plugin for qgis .. when i try to use cmake .. i get the following error after configuring.. CMake Error at CMakeLists.txt:78 (QT4_WRAP_UI): Unknown CMake command ...
0
votes
0answers
19 views

mysqldb _mysql version trouble

Hi I developped a plugin for qgis in Python 2.5 under linux, now I am trying to port it in Windows; when qgis load the plugin it raises this error: ImportError: this is MySQLdb ...
0
votes
0answers
16 views

QGIS 1.7.3 and pyqt4 version mismatch

I installed QGIS 1.7.3 using OSGeo4W installer.I have python 2.7 and pyqt4-py2.7 installed on my system in c drive. My system paths are: ...
0
votes
0answers
37 views

entry point of Libmysql.dll

I am working with QGIS, Python2.5 and PyQT4. I was getting an Qtcore4.dll entry point error. Then I set the PATH variable to C:\Python25\Lib\site-packages\PyQt4 and I got rid off this error. However, ...
0
votes
0answers
35 views

Python.exe-Entry Point Not found

M working with QGIS,pyqt4 and python2.5. I set PYTHONHOME variable as C:\Python25\Lib\site-packages;C:\Program Files\Quantum GIS Wroclaw\apps\Python25....but when i try to run my .py file through cmd ...
0
votes
1answer
35 views

Python2.5 and PYQT4 version mismatch

I am working with PyQT4 designer and Python 2.5 for python qgis plugins. when i try command from qgis.core import * in python2.5 ,it gives me error saying RuntimeError: the PyQt4.QtCore ...
0
votes
2answers
58 views

PYTHONPATH and PATH system variables

I am working with quantum gis 1.7.2.During installation it creates python25 folder. I am working with python2.6 for python plugins for QGIS. i set system variable as: PATH :=C:\Program ...
0
votes
1answer
41 views

Error :No module named qgis

I am working on Python26,pyqt4 designer and QGIS. My code file (.py file)contains this: import sys from PyQt4 import QtGui, QtCore from qgis.core import * from qgis.gui import * but ...
0
votes
2answers
38 views

sqlalchemy column issue

In my plugin for Qgis I have to use two database, sqlite and mysql at the moment, for interfacing with them I use Elixir 0.7.1 and SqlAlchemy 0.7.4, as far I used only sqlite, everything was fine, ...
0
votes
0answers
10 views

Unable to set StyleSheet for the customised QMenu

Hi I am trying to put the stylesheet on the QMenu of the MainWindow of QGIS. The effect can only be seen with the QMenu which comes with the QGIS(default) but not with the customied ones.... [I am ...
0
votes
0answers
36 views

How do I find the lowest cost path in my QGIS layer?

I currently have a set of areas defined in a vector layer. I would like to be able to use them to create a path from one area to another. Does anyone have an idea how to do this or a better way? This ...
0
votes
1answer
112 views

writing python script to automate QGIS (Qt) tasks

I am using QGIS to do some repetitive mapping work. I have a floor plan of an elderly home which is digitized into QGIS with the bed number properly labeled, and a spreadsheet with the bed number and ...
0
votes
1answer
80 views

QGIS: Default constructor for QgsVectorLayer and QgsRasterLayer?

I'm trying to create a Windows Forms control using the QGIS API and a pre-defined QGIS project file, so that I can set X and Y properties on the Windows Forms control and the QGIS API will show the ...
0
votes
1answer
147 views

Convert a raster image into a polygon using QGis (or another method)

I want to convert several images into polygon shp files using QGis (Quantum GIS 1.6). I need to do edge detection AND differentiate between several different colors of lines (red, green, yellow and ...
0
votes
0answers
73 views

Why does one part of GML -> KML conversion not work on Google Maps?

I'm a newbie to mapping/kml/gml... I have a client who wants to visualise cancer incidence and mortality rates by local/unitary authority across Great Britain. I've used Ordnance Survey data to get ...
0
votes
1answer
89 views

move vectors to specified coordinate

I have a layer of vectors located around, say, (100, 100), and I want to move them to new coordinate like (1000, 1000). How should I do it? Preferably using QGIS
0
votes
0answers
108 views

GML manually created problem

I have created such GML file: > <?xml version="1.0" encoding="utf-8" > ?> <ogr:FeatureCollection > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > ...
0
votes
1answer
123 views

QGIS - creating vector layer which contain boundary of each raster cell

I would like to show a raster layer and beyond it another layer which contain lines (polylines) which is boundary of cells in other raster layer I think about split each cell into new raster file and ...
0
votes
1answer
331 views

How to get “export to mapserver map file” option in qgis 1.3.0 in lucid linux?

I am new to GIS and i want to export the qgis file to mapserver map file. But that option is not available in my Qgis 1.3.0 mimas. what to do to get it? pls help.