[Qgis-user] GRASS7 Plugin for QGIS 2.12 on Ubuntu

2015-11-16 Thread Johannes Radinger
Hi,

I was wondering how one can load/activate the newly developed GRASS7 plugin
(http://www.gissula.eu/qgis-grass-plugin-crowdfunding/index.html) in QGIS
2.12 (Lyon) on Ubuntu. QGIS was installed following the instructions (
http://www.qgis.org/de/site/forusers/alldownloads.html#debian-ubuntu) from
the ubuntugis repository.
For the installation via apt-get I used: "sudo apt-get install qgis
python-qgis qgis-plugin-grass"

So where do I find the GRASS GIS plugin and how can I activate it to e.g.
display a GRASS vector layer?

/Johannes
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Set source for GRASS layer

2014-01-16 Thread Johannes Radinger
Hi,

when using the GRASS plugin it is easy to add a GRASS vector as a layer to
a QGIS Project.
However when the GRASS location gets changed (e.g. renamed), QGIS, of
course, is unable to detect the correct directory of the location and thus
the user is asked to set the directory manually. However to which file is a
GRASS layer linked? It seems that the path QGIS shows for a GRASS vector
does not exist in a GRASS data structure... Is that just a known problem
for the GRASS-QGIS plugin?

best regards,
Johannes
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] New QGIS 2 with grass-plugin (from ubuntugis-ppa) on Ubuntu

2013-10-09 Thread Johannes Radinger
Hi,

I followed the instructions to install QGIS on my Ubuntu (Precise) machine.
As I also depend on GRASS GIS I wanted to install also the QGIS-GRASS
plugin.

On my computer I have grass64 (6.4.3), grass65 and grass70. I just want to
use QGIS in combination with the stable grass64. I installed qgis via the
ubuntugis-ppa:

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update
sudo apt-get install qgis python-qgis qgis-plugin-grass


but when I try to install the grass-plugin I get following error:

The following packages have unmet dependencies:
 qgis-plugin-grass : Depends: qgis-plugin-grass-common (= 2.0.1-1~precise1)
but 2.0.1-2+precise1 is to be installed

So what causes the problem and how can I solve it?

/Johannes
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Plotting order of overlapping point-sympbols

2013-04-25 Thread Johannes Radinger
Hi,

I have a point vector map with lots of points and I use large symbols for
the plot.
How is QGIS ordering the points, resp. what is the order when two point
symbols (same map)
overlap? I would like to order them according to a value-column in the
attribute table, so that
points with higher values (and brighter colour) are plotted in front of
points with smaller values.
Is there any way to arrange the points in such a way?

/johannes
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] [GRASS-user] After Qgis installation - GRASS6.4 doesn't start anymore

2012-08-24 Thread Johannes Radinger
Hi,
 Please check how many files remained in /usr/lib/grass64/.
 Perhaps QGIS removed it to install again GRASS (which failed)?

Before installing QGIS (at the time when GRASS is still launching), there is no
grass64 folder in /usr/lib but there is the folder
/usr/local/grass6.4.3SVN. This seems
the location where the command grass64 is probably pointing to.
I am not sure what is the correct directory for a selfcompiled GRASS
installation
using checkinstall? And I need to build GRASS myself (different
versions, add ons,
own scripts and add-ons etc.) and the GRASS compilation itself is not
the problem.

After installing QGIS (even from the  ubuntugis-unstable ppa) the
usr/lib/grass64 is
existing. So the QGIS installation (even without the GRASS plugin)
installs a version
of GRASS64 and this installation seems to change the link of grass64
to the new installation.
So probably just the link for grass64 has to be reset again to my
real GRASS6.4?!

I tried to reinstall GRASS GIS after the QGIS installation using
make -j2  sudo checkinstall  sudo ldconfig but the problem still
remains, although
I thought that the ldconfig might solve the problem.

/Johannes


 What if you reinstall again GRASS6.4 with your
 make -j2  sudo checkinstall  sudo ldconfig
 ?

 guessing,
 Markus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] [GRASS-user] After Qgis installation - GRASS6.4 doesn't start anymore

2012-08-24 Thread Johannes Radinger
On Fri, Aug 24, 2012 at 10:51 AM, Werner Macho werner.ma...@gmail.com wrote:
 Hi!
 Just as a suggestion ..
 If you are self compiling GRASS - you should probably also self
 compile QGIS .. As it seems that QGIS expects some GRASS files in
 decent positions you could tell QGIS where to find the GRASS version
 you would like to use and compile it ..
 Maybe that solves a lot of that problems..
 And I hope you don't expect QGIS to work with several versions of
 GRASS at the same time (out of the box) - that would not work without
 some starting scripts where you set PATHS ..


This seems one step forward, I built and installed qgis from source
and before GRASS6.4.3. After removing a package called grass-core
(which probably comes with the QGIS and causes the problems) both
GRASS and QGIS starts. During the QGIS make I set the GRASS prefix
to my original /usr/local/grass6.4.3.

Anyway I couldn't fine anything how to build/install the GRASS-QGIS plugin.
Are there any instructions? Trying to install it via apt-get fails because:
Depends: qgis (= 1.8.0-1~precise1) but 20120824-1 (self-compiled) is
to be installed.

BTW both QGIS and GRASS are installed via checkinstall. I am not
really convinced
if it really needed or if it might cause any problems (with versions
etc)? Would it get
very messy if just sudo make install is used? Any recommendations on that?

/johannes





 HTH
 kind regards
 Werner


 On Fri, Aug 24, 2012 at 10:45 AM, Johannes Radinger
 johannesradin...@gmail.com wrote:
 Hi,
 Please check how many files remained in /usr/lib/grass64/.
 Perhaps QGIS removed it to install again GRASS (which failed)?

 Before installing QGIS (at the time when GRASS is still launching), there is 
 no
 grass64 folder in /usr/lib but there is the folder
 /usr/local/grass6.4.3SVN. This seems
 the location where the command grass64 is probably pointing to.
 I am not sure what is the correct directory for a selfcompiled GRASS
 installation
 using checkinstall? And I need to build GRASS myself (different
 versions, add ons,
 own scripts and add-ons etc.) and the GRASS compilation itself is not
 the problem.

 After installing QGIS (even from the  ubuntugis-unstable ppa) the
 usr/lib/grass64 is
 existing. So the QGIS installation (even without the GRASS plugin)
 installs a version
 of GRASS64 and this installation seems to change the link of grass64
 to the new installation.
 So probably just the link for grass64 has to be reset again to my
 real GRASS6.4?!

 I tried to reinstall GRASS GIS after the QGIS installation using
 make -j2  sudo checkinstall  sudo ldconfig but the problem still
 remains, although
 I thought that the ldconfig might solve the problem.

 /Johannes


 What if you reinstall again GRASS6.4 with your
 make -j2  sudo checkinstall  sudo ldconfig
 ?

 guessing,
 Markus
 ___
 grass-user mailing list
 grass-u...@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/grass-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Problems with Custom CRS

2012-08-13 Thread Johannes Radinger
Hi,

I try to import a shapefile (ESRI-Shape) I got from a french colleague. The
shape file comes with
a .proj file but this is ignored resp. not known by QGis during import.
Thus I extracted the
proj4 string in GRASS GIS which is:
+proj=lcc +lat_1=45.898919 +lat_2=47.696014 +lat_0=46.8
+lon_0=2.3372291667 +x_0=60 +y_0=220 +no_defs +a=6378249.2
+rf=293.466021294 +towgs84=-168.000,-60.000,320.000 +to_meter=1

Consequently I tried to set the CRS in QGIS manually by: Settings - Custom
CRS
and copied the string into the parameters line and clicked on save. But I
couln't find
this custom definition under User defined Coordinate Systems when I tried
to set the re-set
the layer CRS.

I work on Ubuntu (12.04) with QGIS 1.8.0 with GDAL 1.9.1.

Any suggestion why there are problems with this projection?

/johannes
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] QGIS Ubuntu repository

2012-07-20 Thread Johannes Radinger
Hi,

first of all hello! I just started using QGIS (mostly in combination with GRASS 
for processing data). I try to follow the wiki 
(http://hub.qgis.org/projects/quantum-gis/wiki/Download#261-Release) to install 
GRASS on my Ubuntu 12.04 machine. There it says to  add the the qgis.org 
repository public key to the apt keyring with:

gpg --keyserver keyserver.ubuntu.com --recv 1F9ADD375CA44993
gpg --export --armor 1F9ADD375CA44993 | sudo apt-key add -

but I get following error:

~$ gpg --keyserver keyserver.ubuntu.com --recv 1F9ADD375CA44993
gpg: requesting key 5CA44993 from hkp server keyserver.ubuntu.com
?: keyserver.ubuntu.com: Connection timed out
gpgkeys: HTTP fetch error 7: couldn't connect: Connection timed out
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

Is that related to my machine (ports?) or to the server. Maybe anyone has a 
suggestion...

/johannes
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user