Hi Michaela,
I once wrote the PolyStrip Plugin to create overlapping polygons along a
path and did the same you want to archieve using this created polygons (if
i remember correct I also calculated the rotation - so it was fairly easy
to use either landscape or portrait and rotate the north arrow
Hi!
As far as I can see ISOBUS is a communication protocol and not a
GIS-datafile standard.
(
https://www.csselectronics.com/pages/isobus-introduction-tutorial-iso-11783#what-is-isobus
)
So my first question would be - why would you "import" that in QGIS and for
what purpose?
regards
Werner
On
Hi!
Good point Raymond, but I'd rather prefer to have a detailed description of
what has happened.
A simple sentence of:
"What is the problem as I cannot save."
is just not enough to provide a proper solution.
What are you trying to save? Where does the data come from?
Which operating system are y
And regarding spatialite ..
take a look if the -dev package of spatialite is installed ..
If you want to compile yourself you always need the -dev packages
regards
Werner
On Wed, Nov 29, 2023 at 12:10 PM Werner Macho
wrote:
> Hi!
> According to the error message you provided you are m
Hi!
According to the error message you provided you are missing:
Could not find a package configuration file provided by "Qt5SerialPort"
with any of the following names:
Try to install the package "libqt5serialport5-dev" (depending on which
distribution you are - I can only see it is a linux sy
Hi!
Maybe I'll find some time to convert qchainage into a processing provider
plugin - but unfortunately not in the next 2 month.
regards
Werner
On Tue, Mar 28, 2023 at 11:08 AM LI, Xin Stephen [MIT] via QGIS-User <
qgis-user@lists.osgeo.org> wrote:
> Dear Germán,
>
>
>
> Thanks for your detail
Hi!
Might be a "leftover" from a previously "selected" Line.
You can try to deselect everything (CTRL-Alt-A) or the corresponding button
in the GUI.
regards
Werner
On Mon, May 30, 2022 at 8:55 AM Peter Gardner via Qgis-user <
qgis-user@lists.osgeo.org> wrote:
> I have a line in a project in QGI
PS: I maybe falsely assumed you are self compiling.
If you want I can try that today evening and maybe create a pull request
for master.
regards
Werner
On Wed, Dec 15, 2021 at 2:13 PM Werner Macho wrote:
> Hi Roland,
>
> without trying it my first guess would be that the file
>
Hi Roland,
without trying it my first guess would be that the file
QGIS/src/providers/delimitedtext/qgsdelimitedtextsourceselect.cpp
line number 587 has something to do with it ..
(trySetXYField( fieldList, isValidCoordinate, QStringLiteral( "longitude"
), QStringLiteral( "latitude" ) );
trySe
Hi!
Just a rough guess - maybe you mixed up lat/lon to lon/lat during the
import?
GPS should be in WGS84 (EPSG:4326) so there is not much that could go wrong.
regards
Werner
On Thu, Jul 8, 2021 at 9:27 AM L.W. wrote:
> Hi,
>
> I have a MariaDB-Database-Table with GPS-Points (from Phonetrack)
Hi,
As David already mentioned... Backslash is a special character and has to
be treated special.
Therefor you would have to write
replace("field", '\\', '.')
to replace a single backslash with a dot ..
special characters have to be "escaped"
Probably see
https://en.wikipedia.org/wiki/Escape_c
Hi!
I would expect having libgeotiff-dev in the list of installed packages (for
compilation) and geotiff (all) to be able to export as tiff files.
I Hope this helps.
regards
Werner
On Mon, Jun 7, 2021 at 1:30 PM APM wrote:
> Dear All,
>
>
> on a Debian Bullseye system I compiled Qgis 3.18.3 fo
Hi!
In the same way how you started this mails.
Or in fact easier...
click on the Unsubscribe link at the bottom of the email and fill in your
details.
regards
Werner
On Wed, May 19, 2021 at 9:02 AM Rebeca L.R wrote:
> Hello
>
> How can I stop this mails?
> thanks
> Rebeca
> _
Hi!
While I love to see QGIS being used for that purpose you might also
probably take a look at
https://www.openorienteering.org/apps/mapper/
which seems to be a opensource product dedicated directly to what you are doing.
Just wanted to bring that to your attention
regards
Werner
On Tue, Nov
options also not.
>
> Christoph
>
> > Am 15.09.2020 um 11:40 schrieb Werner Macho :
> >
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
Hi,
only on mobile now, so not tested, but I think you can use the
COORDINATE_PRECISION
option to specify the number of decimals when exporting.
regards
werner
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mail
tall of different versions of QGIS on the
> same computer.
> Regards.
>
> On Fri, 24 Jul 2020, 15:03 Werner Macho, wrote:
>>
>> Hi!
>>
>> As far as I can read on their website (I never had anything to do with
>> that STDM plugin) it currently works only for QGI
Hi!
As far as I can read on their website (I never had anything to do with
that STDM plugin) it currently works only for QGIS 2.18.
See
https://stdm.gltn.net/installing-stdm/1_7/before-installing/
regards
Werner
On Fri, Jul 24, 2020 at 3:53 PM Olayinka Ajala wrote:
>
> Please I need to download
Hi!
Try the rightmost button at the bottom of that window (the button left
beside the rightmost is the one creating the view you currently have)
regards
Werner
On Fri, Jul 10, 2020 at 2:52 PM Wanda Norman
wrote:
>
> I have minimal GIS experience (took 2 classes 10 years ago). My new job is
>
Hi!
Am i right that you "just" want to open a shapefile in QGIS?
First would be: who is the creator?
does the shapefile open where it has been created?
Are all necessary files available? (shapefile can be several files)
maybe you can use ogr2ogr to transform it into a valid shapefile.
regards
We
Hi Raymond,
Sounds like a blogpost with a nice explanation, that is a problem I also
have sometimes (though not with 17K).
Once you solved it it would be nice to have a manual howto get there.
regards
Werner
On Thu, May 28, 2020 at 11:58 AM Alexandre Neto
wrote:
> Yup, hidden widget was what I
Hi!
If you really only want the highest/lowest X-Value - what about
querying the Bounding Box of the layer?
Maybe that will also result in what you want.
regards
Werner
On Thu, 2020-04-09 at 13:37 +0200, Christoph Jung wrote:
> Hello everyone,
>
> I have a question concerning PyQGIS. Imagine th
Hi!,
with the "List info" link at the end of every mail you can also find the
mailing list archive - where you can probably try to search for the contact.
Just in case the correct person does not read your mail and does not raise
hands.
kind regards,
Werner
On Wed, Mar 11, 2020 at 1:29 PM J. M w
shrawan tripathi <
shrawantripathi1...@gmail.com> wrote:
> Hi Warner,
> Actually it is not available in QGIS 2.18.12. Now I install QGIS 3.10 and
> found in this version. Thanks.
>
> On Tue, Mar 10, 2020 at 2:17 PM Werner Macho
> wrote:
>
>> Hi!
>>
>&g
nks for promt response.
> Basically I have to georeference the vector file, it may be linear or
> rubber sheet transformation like "spatial adjustment" in Arc_GIS Platform.
> So please suggest me.
>
> On Tue, Mar 10, 2020 at 2:03 PM Werner Macho
> wrote:
>
>&g
Hi!
If you mean, which is very likely, the "Vector bender" plugin - this plugin
is available in the repository.
It seems you have a typo in your search and an "l" too much. The search
function is not resistant for typos.
I hope this is what you are looking for.
regards
Werner
On Tue, Mar 10, 20
Hi,
To me it looks like the server cannot create the path to store its
credentials:
ERROR: Auth db directory path could not be created
Could you probably check permissions if the server is allowed to write
there?
regards
Werner
On Fri, Dec 13, 2019 at 10:03 AM Arnaud Vandecasteele
wrote:
> H
o check ' Show also experimental plugins' to
> find and install it.
>
> Everything works fine.
>
> Yann
> >>> Werner Macho 10/7/2019 11:35 PM >>>
> Hi Yann,
>
> Is there any problem with Mutant? Isn't it working any more?
> Or are you searching
Hi Yann,
Is there any problem with Mutant? Isn't it working any more?
Or are you searching for something else?
regards
Werner
On Mon, Oct 7, 2019 at 10:21 PM Yann Troutet wrote:
> I'm trying to easily get spectral signatures from single pixel values
> using Landsat-8 bands (either a virtual ra
Dear QGIS community,
(and sorry for crossposting)
we’re pleased to announce that OSGeo has been selected as an umbrella
organisation for Google Summer of Code (GSoC) 2019.
@Mentors: In the coming days, we admins will be inviting the mentors
that have filled the form [1]. If you want to be a mento
anual/print_composer/composer_items/composer_image.html
It's a life long learning isn't it?
regards
Werner
On Wed, Feb 13, 2019 at 9:49 AM Richard Duivenvoorde
wrote:
> On 2/13/19 9:30 AM, Werner Macho wrote:
> > Hi,
> >
> > while I see that a lot of "other"
Hi,
while I see that a lot of "other" GIS Software has its own button for north
arrows I am against adding a north-arrow button.
reasons:
While this is one of the few points which is not intuitive at a first
glance the user has to learn how to add the north arrow (and learn that a
north arrow is
Hi Developers and Users (Sorry for crossposting, but there is not much
time left)
Google starts a new competition for Students. Google Code in.
GCI is a competition addressed to high-school students aged 13-17, as an
introduction to the open source world. They are supposed to complete as
much tas
ted version for QGIS3, once finished, or arrange some other common repo
> for QGIS3?
>
> Best regards,
>
> Lukas
>
>
> Am 06.05.2017 um 11:02 schrieb Werner Macho:
>>
>> Hi Lukas,
>>
>> A few days (well, to be honest I think it's actually years) I for
Hi Lukas,
A few days (well, to be honest I think it's actually years) I forked the
Valuetool to extend it with the ability to display temporal structured
raster data values.
I try to maintain my version of "Valuetool" as good as I can (though I
now have to finish my thesis about this topic before
QGIS has got a new GSoC project.
Congratulations
-- Forwarded message --
From: Margherita Di Leo
Date: Fri, May 5, 2017 at 10:19 AM
Subject: OSGeo welcomes 15 GSoC students!
To: news_i...@osgeo.org
Cc: "gsoc-adminosgeo.org"
Dear OSGeo community,
we are proud to announce tha
e on the Linux machine is EasyCustomLabel.
>
> Any further suggestions?
>
> The Linux system is openSuSE Leap 42.2.
>
> John.
>
> -Original Message-
> From: Werner Macho [mailto:werner.ma...@gmail.com]
> Sent: May-02-17 10:51 PM
> To: Janmaat, Johannus
>
Hi!
Are the settings in the plugin installer options the same?
Are you behind a proxy (where one computer has the proxy settings and
the other does not)?
Is the path to the plugin repository the same?
Is the QGIS Version the same?
The plugin is there . and since a few days also for QGIS3 .. so yo
Hi!
You mean something like that?
http://plugins.qgis.org/plugins/Vertices_Counter/
As it is GPL the python source should not be a problem.
regards
Werner
On Sun, Apr 23, 2017 at 8:39 AM, Anke zur Gölden
wrote:
> Good morning
>
> is there a way to get the number of vertices for a Polyline?
>
RS plugin was an upgrade from QChainage, did I get that
> reversed?
> Tyler
>
> On Tue, Apr 18, 2017 at 9:12 AM, Werner Macho
> wrote:
>>
>> Hi!
>>
>> Just out of curiosity - would the qchainage plugin be enough for you?
>>
>> regards
>> Werner
Hi!
Just out of curiosity - would the qchainage plugin be enough for you?
regards
Werner
On Tue, Apr 18, 2017 at 2:10 PM, Tyler Veinot wrote:
> Hello;
> Has anyone used the Linear Reference System Plugin in QGIS aka LRS Plugin?
> I would like to display events as points and lines based on measu
Hi!
What about setting the "black areas" to Nodata? (or even converting
the black to real nodata values)
Properties -> Transparency -> No data value : Insert the black value here ..
Or use the rastercalculator to get rid of the black
regards
Werner
On Wed, Apr 12, 2017 at 3:45 PM, Madry, Sco
Hi!
I'm using TauDEM here on an OSGEO4W installation without problems.
But I have to say I always use the standard installation paths.
Recently there were some problems but that is already corrected and
should not affect you in any way.
Probably you should just try the standard paths?
regards
W
Dear Manish,
As you posted also in the qgis mailing lists, I assume you want to work on
your idea within the QGIS Project, but unfortunately your mail does not
tell exactly whithin which project you'd like to code.
In [1] you can find basic and important informations for proactive students
who ar
Dear OSGeo community, students,
* according to the Google Summer of Code 2017 Timeline [1]:
April 3 16:00 UTC Student application deadline
there will be only 7 days left for student applications.
* @Students:
Browse the ideas page at [2] and carefully read the recommendation for
studen
Hi Lists,
As of today there is still no mentor for any QGIS related project
entered on the according webpage [1].
[1]
https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2017_Administrative#Mentors
Please read the forwarded mail.
regards
Werner
-- Forwarded message --
From: Marg
OSGeo got accepted - and therefor QGIS is in too.
Please read the forwarded mail and apply as a mentor or student if you
have some interesting projects that would help QGIS.
regards
Werner
-- Forwarded message --
From: Margherita Di Leo
Date: Tue, Feb 28, 2017 at 9:33 AM
Subject:
Hi Stefan,
Thanks for your question, but the qgis-tr mailing list is mainly for
translation discussions.
I forward your mail to the correct mailing list for these kind of
questions (qgis-user).
Hope you are subscribed there.
From fast reading your questions can all be solved by playing around
wit
Hi all!
And again a reminder from OSGEO.
Hope that there will be some more mentors and ideas until sunday!
best wishes
Werner
-- Forwarded message --
From: Margherita Di Leo
Date: Wed, Feb 1, 2017 at 5:18 PM
Subject: [OSGeo-Discuss] Fwd: Google Summer of Code ideas page: action
Hi all!
I'd like to remind you that the deadline for suggestions for the GSoC
2017 is on 5th february. (Which is only 4 days from now).
https://lists.osgeo.org/pipermail/discuss/2017-January/017061.html
For what I can find, its only Alexander Bruy that started ideas on this page:
https://hub.qgi
Dear All,
It’s that time of the year again!
Applications for Google Summer of Code 2017 are now open for would-be
mentor organizations, and we are in the process of applying on behalf of
OSGeo. At this stage, it is extremely important that we put up a nice
and informative ideas page, that Google
Hi,
That sounds like you want to Aggregat after some attribute. Is that the
correct direction?
Regards Werner
On 24 November 2016 19:01:51 Ricardo Thompson wrote:
Hi,
I have two shp files of the same geographic area but they represent
different administrative levels. I want to redefine th
Find attached the working csv and csvt file - And remember - this csv is
now NOT to be loaded with delimited text but rather as a "normal" vector
layer.
regards
Werner
On Fri, Jul 15, 2016 at 2:26 PM, Phillip Money
wrote:
> Richard and Werner.
>
> I left the csvt file as "String", "Integer", "I
Hi Richard,
Surely QGIS is able to import it - but you forgot about that sentence in
his first post:
"I have set up a csvt file with "String", "Integer", "Integer", "Integer" "
Using a csvt is sometimes very handy - but as already written "86%" is
unfortunately no integer ;)
regards
Werner
On
ate to numerical format as in .93. That didn't
> work either.
>
> On 15 July 2016 at 21:56, Werner Macho wrote:
>>
>> Hi!
>>
>> Can you give a sample of the csv file?
>> For example if there is 40% inside the column it can't be a integer ..
>>
&
Hi!
Can you give a sample of the csv file?
For example if there is 40% inside the column it can't be a integer ..
Would be good to have a look how the data looks like.
regards
Werner
On Fri, Jul 15, 2016 at 1:29 PM, Phillip Money
wrote:
> I have a CSV file with four columns. The first column i
Hi,
That error:
OSError: libproj.so.0: cannot open shared object file: No such file or directory
looks a bit suspicious to me .. Are you sure the package libproj0 is installed?
regards
Werner
On Tue, May 10, 2016 at 11:16 AM, Alexandre Neto wrote:
> I'm having troubles loading the Crayfish plu
Hi
A guess into the blue - did you probably set some snapping options?
regards
Werner
On 01/03/16 17:46, Jake Maier wrote:
> It’s driving me nuts. Seems to be so straight forward and I don’t get it.
>
> The advanced digitizing panel tool seems to work sometimes as expected,
> and at times I can
Hi!
Even on Linux, depending on the Distibution you use, it might take a
while until first packages hit the repository servers.
Sometimes it helps to add an "add-on repository server" in case of
ubuntu -> ubuntugis.
Other distributions might follow this scheme too.
(But with Linux you always have
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
QChainage is more for measurements - it will not split the line feature.
If you really want the feature splitted I'd rather use something like
the "Station Lines" plugin to make lines crossing the line I want to
split - and use the "Split lines wi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
Which version of QGIS are you using and with which OS? (Might help in
finding the cause of troubles).
But my first guess is that those two layers do not have the same
projection. Using and applying algorithms (functions) to layers you
should alwa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Lene,
I am not 100% sure what exactly you would like to archieve and how
many additional layers you might accept but what about:
Using the QChainage plugin to chainage the layers in exactly the
distance you would like to - style the newly created
Hi.
You can by following the link at the bottom of every email sent to this list.
Regards
Werner
On 28 October 2015 5:40:05 pm Greg P wrote:
How do I log in and change my subscription preferences? I'm getting too
many emails! Can I cut it down to an occasional summary email?
Thanks.
Hi Matt,
You mean something like this?
http://gis.stackexchange.com/questions/68158/how-to-compute-flow-direction-and-flow-accumulation-with-qgis
regards,
Werner
On Fri, Aug 14, 2015 at 10:03 AM, Matt Boyd wrote:
> Hi List,
> I need to work out some channels and hydrology things from a topogra
Hi!
I am pretty sure you already know about the crayfish plugin for QGIS
.. which tries to do exactly these things for hydrodynamic modelling.
The first thing is - do you need that mesh as a shape or do you want
to render results?
Second thing - I am quite sure it is possible to implement loading
;
> Thanks
>
>
>
>
> -Original Message-
> From: Werner Macho [mailto:werner.ma...@gmail.com]
> Sent: 22 July 2015 14:23
> To: Chris Buckmaster
> Cc: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Cannot download 64 bit windows version of 2.10
>
>
Hi!
I am not sure what you mean -
Browsing the QGIS page I immediately got to
http://qgis.org/en/site/forusers/download.html
-> QGIS 2.10.1 64 bit for windows - click on it -> and ... download ..
Where did you search for it?
regards
Werner
On Wed, Jul 22, 2015 at 3:19 PM, Chris Buckmaster
wrote
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Zoran!
Did you take a look if you have activated the Processing tools?
Menu->
Processing -> Options -> Providers -> NTV2 Datum Transformations ->
Activate
Probably a update of the tools triggered a reset of the processing
settings for it.
And pro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
Seems like the problem is in an installed plugin called attributePainter
..
Try to disable (worst case uninstall) this plugin and try again.
kind regards
Werner
On 16/07/15 21:23, José Carlos Guerrero Antúnez wrote:
> Hi,
>
> When I add a deli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ahhh nice - a flamewar .. I am in :)
Right yesterday there was a nice article about exactly THAT problem -
unfortunately it is in German - but probably google translate helps:
http://www.heise.de/newsticker/meldung/Open-Source-Rawkonverter-Darktabl
e
Hi!
Beside the fact that you should make a copy of that shapefile before trying
anything now.
What helped me once is ogr2ogr
I found this page for windows about it
http://freegeographytools.com/2009/fixing-corrupt-shapefiles
Maybe that will help you.
regards
Werner
On Wed, May 27, 2015 at 12:0
Hi!
If it comes to HEC-RAS you can also give [0] and [1] a try ..
Would be nice to get some feedback on this.
regards
Werner
[0] http://plugins.qgis.org/plugins/rivergis/
[1] http://plugins.qgis.org/plugins/Qgis2Ras/
On Fri, Apr 10, 2015 at 10:52 AM, Micha Silver wrote:
> Hello
> I have starte
;
> Regards, Casper
>
> -Original Message-
> From: Werner Macho [mailto:werner.ma...@gmail.com]
> Sent: 1. april 2015 13:52
> To: Casper Børgesen (CABO)
> Cc: qgis-user@lists.osgeo.org
> Subject: Re: [Qgis-user] Labels not visible when setting them
> programmatically.
Hi!
I thought maybe it is the
triggerRepaint()
but it was just a guess.
regards
Werner
On Wed, Apr 1, 2015 at 1:48 PM, Casper Børgesen (CABO) wrote:
> Hi Werner
>
> Sadly no, it does not.
>
>
> Regards, Casper
>
> -Original Message-----
> From: Werner Macho [ma
Hi,
does
https://github.com/mach0/qchainage/blob/master/chainagetool.py
line 150 ff help you?
regards
Werner
On Wed, Apr 1, 2015 at 1:25 PM, Casper Børgesen (CABO) wrote:
> I’m trying to programmatically set and enable labelling on a layer using
> Python in QGis 2.9.0.
>
>
>
> label = Q
Hi again
>
> Still the problem remains : "processing" metadata file should indicate that
> the minimum version of this update is for a newer QGIS like 2.6...
>
You are completely right .. I think (though not sure) this should only
be a matter of changing
qgisMinimumVersion=2.0 to
qgisMinimumVersion
Hi!
Just as a guess I'd say that 2.2 is rather old already.. Is an update
to 2.4 possible (better 2.6, best 2.8) ;)
regards
Werner
On Wed, Mar 25, 2015 at 10:19 AM, AlainG wrote:
> Hello,
> I failed to install the new version of the plugin "processing" using the
> QGIS plugin installation inter
hi!
Well - according to the error you recieve there is no file called
"libFileGDBAPI.so" -> hence the "No such file or directory"
Is this file available anywhere on your Computer - and more important is it
available in a library path?
If not -> error.
kind regards
Werner
On Mon, Mar 23, 2015 at
delete the selection – not even for
> deselected layer.
>
> And now it create a minidump if I remove the layer…
>
> I think I must create a bugreport.
>
> Regards
>
> Lene
>
>
>
>
>
>
>
> *Fra:*Nathan Woodrow [mailto:madman...@g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Lene!
Good Question, First workaround:
Enable "Auto open form" and use identify .. If you close the popped up
auto form window the red markers are also gone.
regards
Werner
On 03/08/2015 09:09 AM, Lene Fischer wrote:
> Hi,
>
> I have now tried t
Hi!
I would start by creating a new column and using the field calculator
to concatenate these two other attributes ..
Currently I am not able to try - but that would be at least a starting point ..
regards
Werner
On Fri, Feb 20, 2015 at 4:17 AM, Leo Kris Palao wrote:
> Hi ALL,
>
> I have two co
Hi!
In addition to all the correct answers ..
You are more than welcome to participate and start translating in the
language you want on transifex.
We rely on volunteers to help the project.
thanks a lot
Werner
On Wed, Feb 11, 2015 at 7:32 AM, Leahy, Thomas A. wrote:
> Hello,
>
>
>
>What la
Hi!
The first question would be - is it a geotif or a "normal" tif?
Where did you get it from?
Usually a tif comes with an asociated tfw file (the so called world
file) for georeferencing.
http://en.wikipedia.org/wiki/World_file
You could try to create this file yourself if you know the coordinat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I am not quite sure if this is what you want but probably this plugins
will do what you want.
https://plugins.qgis.org/plugins/joinmultiplelines/
https://plugins.qgis.org/plugins/joinlines/
As the description of the plugins tell- it is not an easy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I've got a lot of old Maps for Vienna at home ;)
(But I guess Anita also has them)
For Essen I could ask a friend living near Essen ..
Or probably Otto can come up with something..
regards
Werner
On 01/02/2015 12:25 PM, Richard Duivenvoorde wrote:
>
+1 for Essen
(but only if we call the release afterwards "Vienna" or "Wien" - we
also already had 2 HF in Vienna - long time ago the 2nd one - and
last year the famous code sprint).
regards
Werner
On Fri, Jan 2, 2015 at 11:25 AM, Raymond Nijssen wrote:
> Having had two great hackfests in Ess
Well
I guess there is no "optimal" use of QGIS. Everyone has other
priorities and everyone is using QGIS in other ways.
So unless you are not writing a book for your own usecase I guess
there will never be THE book for you.
Information about howto use and optimal workflows for different things
wil
Hi!
I know a lot of "Compact Cameras" that are able to write bearing to
exif .. but I doubt that there will be an App writing bearing.
I might be wrong but IIRC the mobile/tablet has to be held
horizontally while looking at the compass to get best results. Some
promise to have a "3D" Compass but h
Hi Alexis!
Like you get off of pretty much every mailing list..
Click on the link at the end of each mail and enter your mail address
there under the
"To unsubscribe from Qgis-user," Point.
Hope this helps
regards
Werner
On Tue, Sep 16, 2014 at 5:16 PM, Alexis Jorgensen
wrote:
> How do I g
Hi!
Is it possible to provide the shapefile somewhere to take a closer look at it?
regards
Werner
On Wed, Jul 23, 2014 at 7:37 AM, Hakala Oiva (MTT) wrote:
> Hi
>
> I am new here, but in trouble with Qgis.
>
> I have a BAD problem with decimal numbers in shapefile attribute tables.
>
> My set:
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
The Defaults in 1.8 were not very good ..
It should be possible to do the export this way but you have to use
the OGR creation options for Data source and Layer.
As far as I remember the SPATIAL_INDEX_MODE in Layer Options must be set.
As this u
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
If you are not afraid of compiling QGIS on your own you can read [0].
With that you can install as many versions of QGIS running parallel as
you want.
If you do not understand a step just drop me a message
regards
Werner
[0]
http://quantumofgis
Hi!
There is a link at the bottom in every mail coming from this list:
http://lists.osgeo.org/mailman/listinfo/qgis-user
And the same way you managed to assign to the list you are able to resign from
the list.
Hope this helps
Kind regards
Werner
On 04/22/2014 09:55 AM, Rahime GÜNAY wrote:
folders in Processing to have a
>> clearer structure, but forgot to update the make files. Hope is fixed now.
>>
>> sorry again
>>
>> Victor
>>
>>
>> 2014-04-20 11:06 GMT+02:00 Werner Macho :
>>
>>> -BEGIN PGP SIGNED MESSAGE-
>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
confirmed..
trying to compile master the first error I get is:
- -- Found GSL: -L/usr/lib -lgsl -lgslcblas -lm
CMake Error at python/plugins/processing/CMakeLists.txt:3
(ADD_SUBDIRECTORY):
add_subdirectory given source "admintools" which is not an
Hi!
There is the nice QConsolidate plugin available from Alexander Bruy!
It takes every source in your project file and stores them together
with the project file into a seperate directory as shape files.
I don't know how often you "double used" a source .. but keeping the
Projects together and m
Hi!
I recently had the same issue..
I don't know if processing is supposed to install missing module
automatically but the solution for me was to install the missing
packages "rgrdal" and "raster" on my Computer manually..
R
install.packages();
hope this helps
regards
Werner
On 03/31/2014
-- Forwarded message --
From: Alessandro Pasotti
Date: Wed, Mar 26, 2014 at 12:11 PM
Subject: [Qgis-developer] New plugins website
To: QGIS Developer Mailing List
Hi,
we are finally deploying the new plugins website.
During the next few hours we will make the switch.
Please d
d request.
>
> Request Details
>
>
>
>
>
> *From:* Jake Maier [mailto:j...@jmforestry.com]
> *Sent:* Monday, March 03, 2014 6:05 PM
> *To:* 'Werner Macho'
> *Cc:* 'qgis-user'
> *Subject:* RE: [Qgis-user] google map connector
>
>
>
>
Hi!
I think the same thing applies as for every plugin right now ..
If you are using master you should be aware that a lot of changes already
went into master (like multi-threaded-rendering) and some things changed so
that plugins must be adopted to follow this changes ..
As 2.3 is the "master" th
1 - 100 of 305 matches
Mail list logo