[Qgis-user] local TMS in qgis

2011-05-25 Thread maning sambale
How to load a local TMS in QGIS? I created a TMS for an openlayers basemap and overlay. I want to use the same tiles in QGIS. The metadat is in json format. -- cheers, maning -- Freedom is still the most radical idea of all -N.Branden wiki:

[Qgis-user] Re: local TMS in qgis

2011-05-25 Thread Jeff Ruby
Maning, I've been trying to do the same thing, with limited success. QGIS supports all gdal formats so you should be able to use to OGC WMS format (http://www.gdal.org/frmt_wms.html). However, there was a bug that prevented that format from reading local files correctly; it could only access

[Qgis-user] Join my network on LinkedIn

2011-05-25 Thread Manuel Spínola Parallada via LinkedIn
LinkedIn Manuel Spínola Parallada requested to add you as a connection on LinkedIn: -- I'd like to add you to my professional network on LinkedIn. Accept invitation from Manuel Spínola Parallada

[Qgis-user] rpy2, R and QGIS

2011-05-25 Thread Ekvinay Sayaraj
Hello everyone, my system is Windows 7, I use R.2.12.2 and QGIS 1.6.0, I install ManageR plugin but it instruct that i need at least rpy2 2.1.x alpha 2, i try find it from SOURCEFORGE but the binary is only rpy2 2.0.8. please advise me how should i do? or some of you know where i could

Re: [Qgis-user] Processsing of Groundwater Databases with QGIS

2011-05-25 Thread Bob and Deb
Hi Christine, I've been working on a borehole data entry plugin. We are using it to record historical high groundwater for use in liquefaction zone mapping. Are you looking for this kind of use cases? Regards, Bob On May 25, 2011 9:03 AM, Christine Schmidt c.schm...@geotguide.de wrote: Dear

Re: [Qgis-user] Processsing of Groundwater Databases with QGIS

2011-05-25 Thread Giovanni Manghi
Hi Bob, On Wed, 2011-05-25 at 09:31 -0700, Bob and Deb wrote: Hi Christine, I've been working on a borehole data entry plugin. We are using it to record historical high groundwater for use in liquefaction zone mapping. was this plugin contributed or it is available for download/in a

Re: [Qgis-user] Processsing of Groundwater Databases with QGIS

2011-05-25 Thread Arthur Nanni
Hi Christine, In QGIS you can use interpolation plugin. Other option is Contour plugin to generate isolines in vector format. You can proceed surveys with ARPAT and Surveys tools plugins. The last was not test for me. Some other plugins with statistical tools are available. Best regards. Arthur

Re: [Qgis-user] local TMS in qgis

2011-05-25 Thread Pirmin Kalberer
Hi Maning, Am Mittwoch, 25. Mai 2011, 10.43:27 schrieb maning sambale: How to load a local TMS in QGIS? I created a TMS for an openlayers basemap and overlay. I want to use the same tiles in QGIS. The metadat is in json format. I would be happy to include a patch for TMS layers to the

Re: Re: [Qgis-user] Processing of Groundwater Databases with QGIS

2011-05-25 Thread Christine Schmidt
Hi Bob, thanks for the feed back. Do you capture groundwater level data in boreholes and in monitoring wells with this plugin to store it in a database? Sounds interesting although I wasn't searching exactly for that. Want to process data of existing groundwater databases with QGIS. Processing

Re: Re: [Qgis-user] Processing of Groundwater Databases with QGIS

2011-05-25 Thread G. Allegri
Spatial interpolation can be realized in many ways. There are lot different methods, which fit different needs. - Inverse Distance Weighting (IDW) - B-Splines - Kriging - Statistical simulations - etc. As you know, none of them is correct without a knowledge of the groundwater structure and

Re: Re: [Qgis-user] Processing of Groundwater Databases with QGIS

2011-05-25 Thread Giovanni Manghi
AFAIK, QGis can do IDW [1], while the other methods will need external softwares like GRASS and R. In this case the related QGis plugins can be used. Kriging can be done in QGIS with the SDA4PP plugin (trough R). cheers -- Giovanni -- ___

Re: Re: [Qgis-user] Processing of Groundwater Databases with QGIS

2011-05-25 Thread Noli Sicad
Hi Christine, Is your current data is in database system now? Getting a subset of your database from your current database system (e.g. Oracle, MS SQL, etc.) to Spatialite database which can be easily accesses by R, Grass and R Geospatial for analysis. Spatialite is supported in R package a few

Re: Re: Re: [Qgis-user] Processing of Groundwater Databases with QGIS

2011-05-25 Thread Christine Schmidt
Hi Giovanni, thanks for your hints ! Most of the mentioned methods I know more or less. Important for the evaluation of an interpolation's reliability is a review of the variogram and some statistical values. This should be also possible in QGIS, as far as I could see until now - if not

Re: Re: Re: [Qgis-user] Processing of Groundwater Databases witkh QGIS

2011-05-25 Thread mcav8r2...@yahoo.com
Sent from my LG phone Christine Schmidt c.schm...@geotguide.de wrote: Hi Giovanni, thanks for your hints ! Most of the mentioned methods I know more or less. Important for the evaluation of an interpolation's reliability is a review of the variogram and some statistical values. This should be

Re: [Qgis-user] local TMS in qgis

2011-05-25 Thread maning sambale
Thanks! Here are some details of my local TMS The OL code for the TMS: layerTMS = new OpenLayers.Layer.TMS(UN Rivers, [ /Users/maning/Desktop/un_river_webmap/ ], { 'layername': 'un_rivers', 'type': 'png' } ); And here's the

Re: [Qgis-user] editing point shape file data

2011-05-25 Thread maning sambale
You can use the ftools. Vector Geometry Tools Export/Add Geometry Columns. This creates a new shapefile with the XCOORD and YCOORD fields. There should be a way to just update the existing x y values of your layer. Just don't know how. On Wed, May 25, 2011 at 10:44 AM, Chris Buddenhagen

Re: [Qgis-user] Processsing of Groundwater Databases with QGIS

2011-05-25 Thread Bob and Deb
Hi Giovanni, Currently this plugin is not available, but I hope it will in the future. I'll keep you posted. Regards, Bob On May 25, 2011 9:51 AM, Giovanni Manghi giovanni.man...@gmail.com wrote: ___ Qgis-user mailing list Qgis-user@lists.osgeo.org