[Qgis-user] Adding my symbols
adamu eloji
aeloji60 at yahoo.com
Mon Apr 21 01:59:35 PDT 2014
Dear All,
Iam using QGIS 2.0 Dufour.I have created point location of activities on a map.The assignment to assign some symbols to represent the activities. The default symbols in the system can not represent my own symbols.Pls what is the best way to add my own preferred symbols . Any with idea ?
--------------------------------------------
On Tue, 4/15/14, qgis-user-request at lists.osgeo.org <qgis-user-request at lists.osgeo.org> wrote:
Subject: Qgis-user Digest, Vol 98, Issue 30
To: qgis-user at lists.osgeo.org
Date: Tuesday, April 15, 2014, 9:06 AM
Send Qgis-user mailing list
submissions to
qgis-user at lists.osgeo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help'
to
qgis-user-request at lists.osgeo.org
You can reach the person managing the list at
qgis-user-owner at lists.osgeo.org
When replying, please edit your Subject line so it is more
specific
than "Re: Contents of Qgis-user digest..."
Today's Topics:
1. error installing RHEL version of qgis
stable (Thomas Ferris)
2. Re: Intersecting NetCDF file attributes
with vector layers
(Etienne Tourigny)
3. Re: QGIS Snap-function (osx10.9,
QGISv2.2) (AntonioLocandro)
4. Re: qgis 2.X crashing
(AntonioLocandro)
5. Re: Intersecting NetCDF file attributes
with vector layers
(Steve Friedman)
6. Re: Cell Statistics in QGIS (Leo Kris
Palao)
7. Raster Uniques Values (Leo Kris Palao)
8. Re: Raster Uniques Values (Zoltan
Szecsei)
9. Text labels underneath symbols? (benjamin.donner at kimitoon.fi)
----------------------------------------------------------------------
Message: 1
Date: Mon, 14 Apr 2014 12:11:40 -0700 (PDT)
From: Thomas Ferris <tmferris at yahoo.com>
To: "qgis-user at lists.osgeo.org"
<qgis-user at lists.osgeo.org>
Subject: [Qgis-user] error installing RHEL version of qgis
stable
Message-ID:
<1397502700.43551.YahooMailNeo at web121003.mail.ne1.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"
Hello,
I installed ELGIS and EPEL, but could not install qgis.
The instructions shown here:
http://www.qgis.org/en/site/forusers/alldownloads.html#rhel-centos-scientific-linux?
are:
sudo wget fedora.vitu.ch/EL/qgis.repo -P /etc/yum.repos.d/
sudo rpm --import http://fedora.vitu.ch/Fedora/RPM-GPG-Key-vitu
sudo yum update
sudo yum install qgis qgis-python qgis-grass qgis-mapserver
I had no problem with the first two steps.? When I ran the
yum update, I got:
http://fedora.vitu.ch/EL/6Workstation/x86_64/repodata/repomd.xml:
[Errno 14] PYCURL ERROR 22 - "The requested URL returned
error: 404"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for
repository: qgis. Please verify its path and try again
Can anyone help?
Thank You,
Mark Ferris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20140414/a0474d3b/attachment-0001.html>
------------------------------
Message: 2
Date: Mon, 14 Apr 2014 17:34:38 -0300
From: Etienne Tourigny <etourigny.dev at gmail.com>
To: Steve Friedman <skfglades at gmail.com>
Cc: qgis-user <qgis-user at lists.osgeo.org>
Subject: Re: [Qgis-user] Intersecting NetCDF file attributes
with
vector layers
Message-ID:
<CA+TxYvPQjtpfFOqnbFp1w6n91CZV8Oh2-KM69tUPwwXncK83Hg at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
On Mon, Apr 14, 2014 at 3:31 PM, Steve Friedman <skfglades at gmail.com>
wrote:
> Yes I know that netcdf files store arrays of data and
that each us treated
> as a subset of the main file.
>
> This is not a case for raster calculator. NIR is
it a case requiring a
> hydrological plugin.
>
> In ArcGis, which is no longer available to me, I used a
built in tool to
> overlay the raster vegetation map with the netcdf shape
file representing
> the hydrological metric of interest.
>
netcdf shape file? Never heard of such a thing - QGIS and
GDAL only support
netcdf *raster* files.
cheers
Etienne
> Perhaps extracting each metric to its own file
will yield a reasonable
> method.
>
> Thanks
>
> On Apr 14, 2014 1:57 PM, "Etienne Tourigny" <etourigny.dev at gmail.com>
> wrote:
> >
> > You should use the raster calculator to do any
calculations on rasters,
> or some of the tools in processing. But your use case
seems a bit
> complicated - perhaps there is a hydrological plugin or
processing
> algorithm that can help.
> >
> > Have you tried loading the file in QGIS?
> >
> > But be aware that netcdf files with many variables
are a bit tricky -
> each variable is a subdataset, which is treated as a
separate file. See the
> gdal netcdf page for more details [1].
> >
> > You could translate them to individual files in
another format like
> gtiff using gdal:
> >
> > gdal_translate -of gtiff -sds in.nc out
> >
> >
> > [1] http://www.gdal.org/frmt_netcdf.html
> >
> >
> >
> > On Mon, Apr 14, 2014 at 1:28 PM, Steve Friedman
<skfglades at gmail.com>
> wrote:
> >>
> >> No. The Netcdf file has 20+ variables.
It is a spatially explicit data
> for hydrological metrics in a large wetland. I
want to associate these
> variables with a vegetation map of the same area.
Then I will conduct a
> GLM multinomial statistical analysis to derive
probabilities of vegetation
> community based on the spatial distribution of the
hydrologic metrics.
> >>
> >> Hope that make the problem clearer. If
not let me know and I'll try to
> make it more explicit.
> >>
> >> Thanks
> >> Steve
> >>
> >> On Apr 14, 2014 10:58 AM, "Etienne Tourigny"
<etourigny.dev at gmail.com>
> wrote:
> >>>
> >>> I don't understand what you mean. You have
a netcdf file with 1
> variable that has 20+ attributes, and you want to copy
them to another
> raster as metadata? What is the format of your raster?
> >>>
> >>>
> >>> On Mon, Apr 14, 2014 at 9:07 AM, Steve
Friedman <skfglades at gmail.com>
> wrote:
> >>>>
> >>>> Hello
> >>>>
> >>>> I have a netcdf file with 20+
attributes that I need to link to a
> raster layer.
> >>>>
> >>>> I do not see a method for this.
I am hoping that I have just missed
> something obvious.
> >>>>
> >>>> Can someone point me in the right
direction.
> >>>>
> >>>> Thank you
> >>>> Steve
> >>>>
> >>>>
_______________________________________________
> >>>> Qgis-user mailing list
> >>>> Qgis-user at lists.osgeo.org
> >>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
> >>>
> >>>
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20140414/4b6c26b4/attachment-0001.html>
------------------------------
Message: 3
Date: Mon, 14 Apr 2014 16:03:59 -0700 (PDT)
From: AntonioLocandro <antoniolocandro at hotmail.com>
To: qgis-user at lists.osgeo.org
Subject: Re: [Qgis-user] QGIS Snap-function (osx10.9,
QGISv2.2)
Message-ID: <1397516639737-5135032.post at n6.nabble.com>
Content-Type: text/plain; charset=us-ascii
Have you set up the snapping environment? There you can set
to which layers
you want to snap
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-Snap-function-osx10-9-QGISv2-2-tp5134859p5135032.html
Sent from the Quantum GIS - User mailing list archive at
Nabble.com.
------------------------------
Message: 4
Date: Mon, 14 Apr 2014 16:05:05 -0700 (PDT)
From: AntonioLocandro <antoniolocandro at hotmail.com>
To: qgis-user at lists.osgeo.org
Subject: Re: [Qgis-user] qgis 2.X crashing
Message-ID: <1397516705760-5135033.post at n6.nabble.com>
Content-Type: text/plain; charset=us-ascii
Have you tried launching from the cmd line qgis --noplugins
and test if you
can edit like that? You can use OSGEO4W shell to run
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/qgis-2-X-crashing-tp5134977p5135033.html
Sent from the Quantum GIS - User mailing list archive at
Nabble.com.
------------------------------
Message: 5
Date: Mon, 14 Apr 2014 22:21:29 -0400
From: Steve Friedman <skfglades at gmail.com>
To: Etienne Tourigny <etourigny.dev at gmail.com>
Cc: qgis-user <qgis-user at lists.osgeo.org>
Subject: Re: [Qgis-user] Intersecting NetCDF file attributes
with
vector layers
Message-ID:
<CAHB_=Uf+zjHAaxsfnxTRYvDK79oJt=hNzzETtPaXtmUkudBMNQ at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
My mistake. The shape file is the raster vegetation
map and the netcdf
file contains the hydrological metrics.
Sorry for the confusion.
Thank you for the help.
Steve
On Apr 14, 2014 4:34 PM, "Etienne Tourigny" <etourigny.dev at gmail.com>
wrote:
>
>
>
> On Mon, Apr 14, 2014 at 3:31 PM, Steve Friedman <skfglades at gmail.com>wrote:
>
>> Yes I know that netcdf files store arrays of data
and that each us
>> treated as a subset of the main file.
>>
>> This is not a case for raster calculator. NIR
is it a case requiring a
>> hydrological plugin.
>>
>> In ArcGis, which is no longer available to me, I
used a built in tool to
>> overlay the raster vegetation map with the netcdf
shape file representing
>> the hydrological metric of interest.
>>
>
> netcdf shape file? Never heard of such a thing - QGIS
and GDAL only
> support netcdf *raster* files.
>
> cheers
> Etienne
>
>
>> Perhaps extracting each metric to its own
file will yield a reasonable
>> method.
>>
>> Thanks
>>
>> On Apr 14, 2014 1:57 PM, "Etienne Tourigny" <etourigny.dev at gmail.com>
>> wrote:
>> >
>> > You should use the raster calculator to do any
calculations on rasters,
>> or some of the tools in processing. But your use
case seems a bit
>> complicated - perhaps there is a hydrological
plugin or processing
>> algorithm that can help.
>> >
>> > Have you tried loading the file in QGIS?
>> >
>> > But be aware that netcdf files with many
variables are a bit tricky -
>> each variable is a subdataset, which is treated as
a separate file. See the
>> gdal netcdf page for more details [1].
>> >
>> > You could translate them to individual files
in another format like
>> gtiff using gdal:
>> >
>> > gdal_translate -of gtiff -sds in.nc out
>> >
>> >
>> > [1] http://www.gdal.org/frmt_netcdf.html
>> >
>> >
>> >
>> > On Mon, Apr 14, 2014 at 1:28 PM, Steve
Friedman <skfglades at gmail.com>
>> wrote:
>> >>
>> >> No. The Netcdf file has 20+
variables. It is a spatially explicit
>> data for hydrological metrics in a large
wetland. I want to associate
>> these variables with a vegetation map of the same
area. Then I will
>> conduct a GLM multinomial statistical analysis to
derive probabilities of
>> vegetation community based on the spatial
distribution of the hydrologic
>> metrics.
>> >>
>> >> Hope that make the problem clearer.
If not let me know and I'll try
>> to make it more explicit.
>> >>
>> >> Thanks
>> >> Steve
>> >>
>> >> On Apr 14, 2014 10:58 AM, "Etienne
Tourigny" <etourigny.dev at gmail.com>
>> wrote:
>> >>>
>> >>> I don't understand what you mean. You
have a netcdf file with 1
>> variable that has 20+ attributes, and you want to
copy them to another
>> raster as metadata? What is the format of your
raster?
>> >>>
>> >>>
>> >>> On Mon, Apr 14, 2014 at 9:07 AM, Steve
Friedman <skfglades at gmail.com>
>> wrote:
>> >>>>
>> >>>> Hello
>> >>>>
>> >>>> I have a netcdf file with 20+
attributes that I need to link to a
>> raster layer.
>> >>>>
>> >>>> I do not see a method for
this. I am hoping that I have just missed
>> something obvious.
>> >>>>
>> >>>> Can someone point me in the right
direction.
>> >>>>
>> >>>> Thank you
>> >>>> Steve
>> >>>>
>> >>>>
_______________________________________________
>> >>>> Qgis-user mailing list
>> >>>> Qgis-user at lists.osgeo.org
>> >>>> http://lists.osgeo.org/mailman/listinfo/qgis-user
>> >>>
>> >>>
>> >
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20140414/23440530/attachment-0001.html>
------------------------------
Message: 6
Date: Tue, 15 Apr 2014 10:55:36 +0800
From: Leo Kris Palao <lk.palao at gmail.com>
To: Victor Olaya <volayaf at gmail.com>
Cc: QGIS Mailing List <qgis-user at lists.osgeo.org>
Subject: Re: [Qgis-user] Cell Statistics in QGIS
Message-ID:
<CAMktv+2gOZOyXcL9tYQn-_Tv1F7bM7HgeE2jR9zpQRBeR_B6Uw at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi Micha and Victor,
Thanks for your reply. I will try R.Series module of GRASS.
I think this is
what I am looking for...
-Leo
On Apr 14, 2014 5:57 PM, "Victor Olaya" <volayaf at gmail.com>
wrote:
> Using the Processing raster calculator to sum up layers
should
> correctly handle no-data values, and leave a no-data
value in those
> cells for which one of such values appears in the sum.
>
> 2014-04-14 11:29 GMT+02:00 Micha Silver <micha at arava.co.il>:
> >
> > On 14/04/2014 06:19, Leo Kris Palao wrote:
> >
> > Hi ALL QGIS users,
> >
> > Good day!
> >
> > I want to calculate the sum of the raster layers,
but I want to ignore
> the
> > no data values in the calculation. This is similar
to cell statistics
> > (spatial analyst) enable the Ignore NoData in
calculations (optional) in
> > ArcGIS.
> >
> >
> > You can choose the GRASS module "r.series".
Regarding no data cells, they
> > are handled as follows (from the manual page):
> >
> > Without -n flag, the complete list of inputs for
each cell (including
> NULLs)
> > is passed to the aggregate function. Individual
aggregates can handle
> data
> > as they choose. Mostly, they just compute the
aggregate over the non-NULL
> > values, producing a NULL result only if all inputs
are NULL.
> >
> > So if you use "method=sum" you'll get an output
raster which sums all non
> > null input cells.
> >
> >
> >
> > So far I am doing all my process in QGIS (batch
processing is great in
> the
> > processing toolbox). This is the only step that I
am using ArcGIS
> because I
> > cannot find the right tool in QGIS.
> >
> > Thanks in advance for any help.
> >
> > -Leo
> >
> > This mail was received via Mail-SeCure System.
> >
> >
> > _______________________________________________
> > Qgis-user mailing list
> > Qgis-user at lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/qgis-user
> > This mail was received via Mail-SeCure System.
> >
> >
> >
> >
> > _______________________________________________
> > Qgis-user mailing list
> > Qgis-user at lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/qgis-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20140415/fbeb3912/attachment-0001.html>
------------------------------
Message: 7
Date: Tue, 15 Apr 2014 10:58:34 +0800
From: Leo Kris Palao <lk.palao at gmail.com>
To: QGIS Mailing List <qgis-user at lists.osgeo.org>
Subject: [Qgis-user] Raster Uniques Values
Message-ID:
<CAMktv+3wee2fQPcKP5HadFgvi7f71zhTG-fW30A=4eb6L8+GiA at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi QGIS users,
Good Day!
I would just like to know the unique values of my raster
layer, can you
help me find the right tool?
Thanks,
-Leo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20140415/4fdc05ff/attachment-0001.html>
------------------------------
Message: 8
Date: Tue, 15 Apr 2014 08:38:05 +0200
From: Zoltan Szecsei <zoltans at geograph.co.za>
To: qgis-user at lists.osgeo.org
Subject: Re: [Qgis-user] Raster Uniques Values
Message-ID: <534CD3CD.4090106 at geograph.co.za>
Content-Type: text/plain; charset="iso-8859-1";
Format="flowed"
On 2014/04/15 04:58, Leo Kris Palao wrote:
> Hi QGIS users,
>
> Good Day!
>
> I would just like to know the unique values of my
raster layer, can
> you help me find the right tool?
Hi,
In the 'layers' panel, set your focus to the raster layer of
interest.
Then click the 'i' button (identify features) and click on
the raster image.
The popup window gives you the pixel values, and the
'derived' dropdown
the position of that pixel in your 'CRS'.
HTH
Zoltan
>
> Thanks,
> -Leo
>
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
--
===========================================
Zoltan Szecsei PrGISc [PGP0031]
Geograph (Pty) Ltd.
GIS and Photogrammetric Services
P.O. Box 7, Muizenberg 7950, South Africa.
Mobile: +27-83-6004028
Fax: +27-86-6115323
www.geograph.co.za
===========================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20140415/c423cd01/attachment-0001.html>
------------------------------
Message: 9
Date: Tue, 15 Apr 2014 16:05:55 +0300
From: <benjamin.donner at kimitoon.fi>
To: <qgis-user at lists.osgeo.org>
Subject: [Qgis-user] Text labels underneath symbols?
Message-ID:
<C854326FE4E084469F26B25F933D47221FCD6E788C at AsterixSrv.amos.local>
Content-Type: text/plain; charset="us-ascii"
Hi, I have a problem with not getting text labels to sort
under point symbols. Is this at all possible? I have
recreational symbols as accommodation, restaurants and so on
which need to take priority over village names etcetera.
Arranging the layers (these are different layers) does not
help and I cannot find a way to tell the labels to render
before the symbols.
Thanks!
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20140415/e7740a76/attachment.html>
------------------------------
_______________________________________________
Qgis-user mailing list
Qgis-user at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user
End of Qgis-user Digest, Vol 98, Issue 30
*****************************************
More information about the Qgis-user
mailing list