Re: [Qgis-developer] how can i use my own map tiles in qgis?

2012-10-02 Thread leena S
that didnt work for me, i tried to specify my main tiles directory and thats what i got: gdalbuildvrt does not support ungeoreferenced image. Skipping /home/FWTools-linux-x86_64-3.0.6/temp/6/41/36.png there was lot of erros since it is complaining about every single tile; i used gdal2tiles to c

Re: [Qgis-developer] qgis compilation in windows

2012-10-02 Thread Massimo
Jürgen E. Fischer wrote > Hi Massimo, > > On Mon, 01. Oct 2012 at 09:58:02 -0700, Massimo wrote: > >> Found Python executable: C:/OSGeo4W/bin/python.exe >> Found Python version: 2.7.2 >> Found Python library: C:/OSGeo4W/apps/Python27/libs/python27.lib >> Found SIP version: 4.14 >> Found PyQt4 ver

Re: [Qgis-developer] Inconsistant use of VSIMalloc() / malloc() and VSIFree() / free()

2012-10-02 Thread Radim Blazek
On Fri, Sep 28, 2012 at 10:45 PM, Even Rouault wrote: > I'm running QGIS master with a GDAL trunk built with a mechanism to detect > unbalanced use of VSIMalloc() and VSIFree(). VSI* functions were used in QgsRasterLayer until GDAL was separated into a provider. Unfortunately copying pieces of co

[Qgis-developer] Announcing ENKI (Was: Hydrological toolbox)

2012-10-02 Thread Sjur Kolberg
Dear QGIS list, Finally, we have managed to put together a WEB site and download option for ENKI. ENKI is a software framework for building and running environmental models; motivated by, but not restricted to distributed hydrological models. Within ENKI, you can assemble a model from a set o

Re: [Qgis-developer] qgis compilation in windows

2012-10-02 Thread petrosapotsos
Dear Massimo, I am using ERIC4 for python project management. Connenct nicely with Qt as well, and all works fine with QGIS 1.8 in Windows. Good Luck, Petros Apotsos -- View this message in context: http://osgeo-org.1560.n6.nabble.com/qgis-compilation-in-windows-tp5005634p5005849.html Sent fr

Re: [Qgis-developer] Announcing ENKI (Was: Hydrological toolbox)

2012-10-02 Thread José Anderson
Dear Mr. Kolberg, does the toolkit have polyline representations? Also, does it have scalar map visualizations? Thanks 2012/10/2 Sjur Kolberg : > > Dear QGIS list, > > Finally, we have managed to put together a WEB site and download option for > ENKI. > > ENKI is a software framework for build

Re: [Qgis-developer] Announcing ENKI (Was: Hydrological toolbox)

2012-10-02 Thread Paolo Cavallini
Il 02/10/2012 13:00, Sjur Kolberg ha scritto: > Finally, we have managed to put together a WEB site and download option for > ENKI. > Our experience with running OS projects and the associated WEB infrastructure > is highly limited, so please have patience... Thanks. >From the website: ENKI wi

Re: [Qgis-developer] Announcing ENKI (Was: Hydrological toolbox)

2012-10-02 Thread Sjur Kolberg
Jose, That'll be two no... At present, ENKI handles three types of data; rasters, networks (point covers), and scalars (all-region single values). It is possible to represent different types of data using a network. I regularly represent catchments by their outlet gauge stations or their centr

Re: [Qgis-developer] Announcing ENKI (Was: Hydrological toolbox)

2012-10-02 Thread Paolo Cavallini
Il 02/10/2012 15:43, Sjur Kolberg ha scritto: > Visualisation: ENKI is presently completely without any display of maps or > graphs, > this is simply a class of functionality that so far has been postponed. For > now, > this is why I'd like to see ENKI linked up to an OS GIS like QGIS, but for

Re: [Qgis-developer] Announcing ENKI (Was: Hydrological toolbox)

2012-10-02 Thread Sjur Kolberg
Paolo, Sure QGIS could do the visualisation, probably even by function calls with data in memory, not having to export GIS data sets to disk for every time step. But Statkraft released ENKI under LGPL for a reason. Linking ENKI too closely with GPL QGIS will make ENKI unavailable for the commer

Re: [Qgis-developer] Announcing ENKI (Was: Hydrological toolbox)

2012-10-02 Thread Paolo Cavallini
Il 02/10/2012 17:02, Sjur Kolberg ha scritto: > Paolo, > > Sure QGIS could do the visualisation, probably even by function calls with > data in memory, not having to export GIS data sets to disk for every time > step. > > But Statkraft released ENKI under LGPL for a reason. Linking ENKI too clo

Re: [Qgis-developer] Announcing ENKI (Was: Hydrological toolbox)

2012-10-02 Thread Sjur Kolberg
Paolo, Thanks for the clarification, I'll read up on Python, Sextante, and QGIS internals. Best regards, Sjur :-) > -Original Message- > From: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer- > boun...@lists.osgeo.org] On Behalf Of Paolo Cavallini > Sent: 2. oktober 2012

Re: [Qgis-developer] Announcing ENKI (Was: Hydrological toolbox)

2012-10-02 Thread Paolo Cavallini
Il 02/10/2012 19:27, Sjur Kolberg ha scritto: > Paolo, > > Thanks for the clarification, I'll read up on Python, Sextante, and QGIS > internals. Very well. Obviously, do not hesitate asking if you need help. All the best. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at ww

[Qgis-developer] New plugin: Edge Densifier

2012-10-02 Thread Alejandro Aguilar Sierra
Hello: Some times you need polygons with denser edges. Your map looks fine in the 2D environment of QGis but when you need to convert your polygons to 3D meshes so they can be shown in the globe, long lines should be converted in arcs. A practical solution is just to add more vertices to long line

Re: [Qgis-developer] New plugin: Edge Densifier

2012-10-02 Thread Nathan Woodrow
Hey Alex, I have approved the plugin in the main repo now. Regards, Nathan On Wed, Oct 3, 2012 at 6:11 AM, Alejandro Aguilar Sierra wrote: > Hello: > > Some times you need polygons with denser edges. Your map looks fine in > the 2D environment of QGis but when you need to convert your polygons