Re: [Qgis-user] A few processing models

2021-05-06 Per discussione johnrobot
Thanks, Charles. I didn´t know that site, but I´ll add my models there as
well. There seems to be only 4 models there, so there should be room for
additional ones.

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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


[Qgis-user] A few processing models

2021-05-06 Per discussione johnrobot
Hi
In case you are interested in QGIS Processing models,
https://github.com/magnusnil/QGIS-Processing might be relevant. I have
published a few models there from recent projects and I plan to add more of
them.

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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


Re: [Qgis-user] Can´t open Processing model

2020-11-24 Per discussione johnrobot
Hi
I tried View - Panels - Log Messages and in the Processing tab I found:

CRITICALCould not load model C:/Users/johnr/Desktop/Subnet Areas.model3

Not much help, I´m afraid. However, I downloaded the model3 file again, and
now it opens just fine. Sorry for the noise.

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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


[Qgis-user] Can´t open Processing model

2020-11-24 Per discussione johnrobot
Hi
I´m trying to open a .model3 file, downloaded from
https://github.com/mattmarotta/QGIS-Subnet-Areas. When opening it in
Processing, QGIS says "The selected model could not be loaded. See the log
for more information". Which log would that be? If I open Processing -
History..., the window only contains "ALGORITHM", no further information. It
would be helpful if QGIS could tell me why I can not open the model. Tried
on QGIS 3.16.0 64 bit, Windows 10.

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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


[Qgis-user] Running R scripts in Processing

2020-10-12 Per discussione johnrobot
Hi
I am trying to run a few simple R scripts in Processing. I have tried
examples from
https://docs.qgis.org/3.10/en/docs/training_manual/processing/r_intro.html
and https://north-road.github.io/qgis-processing-r/ex_vector_output/.
However, when I hit "Run", nothing happens. I was expecting the script to
produce results or an error message. Any suggestions on what I might have
missed?

QGIS 3.15.0-Master on Windows 10, 64 bit.

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] Missing DLLs for processing standalone console tool

2020-10-10 Per discussione johnrobot
Hi
I managed to get qgis_process working for running an algorithm, for example
using

qgis_process run native:dissolve --FIELD="[]"
--INPUT="C:\Eget\GIS\Geodata\Översiktskartan\ak_riks.shp"
--OUTPUT="C:\Eget\GIS\Geodata\Översiktskartan\ak_riks_dissolved.shp

However, I struggle a bit with running a model. When I try

qgis_process run
C:\Users\johnr\AppData\Roaming\QGIS\QGIS3\profiles\default\processing\models\Test.model3

I get

ERROR: The following mandatory parameters were not specified

        Ytor:   Ytor
        native:dissolve_1:Resultat:     Resultat

What do I need to specify? Not totally obvious to me. The paths to input and
output data sets are already defined in the model. I have not found any
examples of how to run a model.

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] Missing DLLs for processing standalone console tool

2020-08-07 Per discussione johnrobot
Hi
Thanks for your help, Andrea. I´m using the standalone installer, my
impression was that the Windows prompt (cmd.exe) could be used to launch a
model (.model3) using this feature. Is that incorrect and I have to use the
OSGeo4W shell instead? I don´t see this in the documentation, or any mention
of environment variables.

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

[Qgis-user] Missing DLLs for processing standalone console tool

2020-08-06 Per discussione johnrobot
Hi
I am trying to use the processing standalone console tool, but when I run
qgis_process, I get a few error messages, saying that a few DLLs are
missing: Qt5Widgets.dll, Qt5Core.dll, exiv2.dll and Qt5Xml.dll. Is there
anything that I have to install in addition to QGIS? The only documentation
I have found so far is
https://changelog.qgis.org/en/qgis/version/3.14/#new-standalone-console-tool-for-running-processing.
Tried on QGIS 3.14.1 and Windows 10, 64 bit.

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] DataPlotly questions/suggestions

2020-03-31 Per discussione johnrobot
Hi
Thanks for the quick replies. I created
https://github.com/ghtmtt/DataPlotly/issues/208 for changing the font.
Sounds similar to https://github.com/ghtmtt/DataPlotly/issues/189.

I also created https://github.com/ghtmtt/DataPlotly/issues/209 about the
Python error.

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

[Qgis-user] DataPlotly questions/suggestions

2020-03-31 Per discussione johnrobot
Hi
I recently tested the DataPlotly (impressive work!) plugin and I have a few
questions/suggestions:

- Can I change the font for the plot title, legend title and X/Y labels? I
don´t see a setting for this.

- Wouldn´t it be great if one could publish a layout as an online resource
for additional interactivity? As an alternative to Power BI presentations
but with a geodata focus? I guess this a rather massive task.

- When I try adding DataPlotly in a processing model, I get an error:


Exception: unknown Traceback (most recent call last):
  File
"C:/PROGRA~1/QGIS3~1.4/apps/qgis-ltr/./python/plugins\processing\modeler\ModelerDialog.py",
line 796, in addAlgorithm
    alg =
QgsApplication.processingRegistry().createAlgorithmById(algorithm.id())
Exception: unknown

Python version: 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914
64 bit (AMD64)] 
QGIS version: 3.4.11-Madeira Madeira, 9a8a6d4687 


I use Windows 10, 64 bit.

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] Read non-geo JSON data in QGIS

2019-10-29 Per discussione johnrobot
Hi Luigi
Thanks for the suggestion. However, I was aiming for a more native, generic
solution for working with JSON data in QGIS. I would like to be able to
read, process and write JSON data with a processing model in QGIS. See for
example how FME handles JSON,
https://knowledge.safe.com/articles/39188/tutorial-getting-started-with-json.html.
Creating my own data provider and the model algorithms for processing the
data is out of my scope at the moment.

Regards,

Magnus




--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

[Qgis-user] Read non-geo JSON data in QGIS

2019-10-28 Per discussione johnrobot
Hi
I am interested in using data from JSON files in QGIS, for example this
file,
https://vgregion.entryscape.net/rowstore/dataset/c5491a87-e5a0-4edb-80fe-2c76a0696902/html
(or
https://vgregion.entryscape.net/rowstore/dataset/c5491a87-e5a0-4edb-80fe-2c76a0696902/json
to be specific). Is there a native way of doing that or is
https://gis.stackexchange.com/questions/165029/is-there-are-way-to-import-non-geo-json-files-into-qgis
still valid? It would be great to be able to read and process JSON data in a
processing model.

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] Selecting a part of an attribute

2019-01-10 Per discussione johnrobot
Ah, much better, works perfectly. Thanks!



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

[Qgis-user] Selecting a part of an attribute

2019-01-10 Per discussione johnrobot
Hi
I have an attribute (named "Koordinater") with coordinate pairs, such as
"6417192.227, 326926.702", and I would like to exctract the two coordinates
into separate attributes. Using the field calculator seems to be the way to
do this, for example:

left( "Koordinater",  strpos( "Koordinater" , ','))

When I runt this in the field calculator from the attribute table, I get
"6417192.227", but when I run the field calculator in Processing with the
same configuration, I get "6417192.227,". Note the extra "," at the end. Am
I missing something or could this be a bug? I use QGIS 3.4.3, 64 bit, on
Windows 10.

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] IFC data in QGIS?

2018-12-14 Per discussione johnrobot
Thank you, Alex. I posted my question on the GDAL list, let´s see if someone
is interested.

http://osgeo-org.1560.x6.nabble.com/gdal-dev-Support-for-reading-IFC-files-td5389140.html

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

[Qgis-user] IFC data in QGIS?

2018-12-12 Per discussione johnrobot
Hi
Are there any plans on adding support for reading IFC data
(https://en.wikipedia.org/wiki/Industry_Foundation_Classes) in QGIS? That
would help bridge the gap between the GIS/BIM/CAD worlds.

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

[Qgis-user] QNEAT3

2018-11-29 Per discussione johnrobot
Hi
I am having issues using the QNEAT3 plugin in QGIS 3.4.1:

- When I run the tool "Iso-Area as Polygons" it starts listing "Adding xyz
Nodes to the pointcloud...". However, after a few minutes of calculations,
it seems to get stuck at 40% and the windows goes blank. If I click the
scroll bar, I can see that new nodes are added. Improved feedback to user
would help.

- Using a layer of two points, it takes some 2-3 hours of calculations to
create the polygon layer output and parts of it seem incorrect (a wide,
unnatural hole from west to east in the polygons).

- Using a layer of 5 points, it takes some 24 hours and the result seems
completely wrong (only a fraction of the poygons are created.

- Also, would it make sense to add support for OpenCL (recently added in
QGIS) for speeding up the calculations?

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

[Qgis-user] QNEAT3 and GTFS data?

2018-11-26 Per discussione johnrobot
Hi
Are there any plans on adding support for GTFS data
(https://en.wikipedia.org/wiki/General_Transit_Feed_Specification) in
QNEAT3? That would make it possible to include public transport in the
analysis and it would make the tool even better.

Regards,

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

Re: [Qgis-user] Support for reading JSON (not GeoJSON) files?

2018-08-31 Per discussione johnrobot
Hi
My file starts like this:

{
  "meta" : {
"Version" : "1.0",
"Create time" : "2018-08-30 18:40:02 UTC"
  },
  "units" : [ {
"dn" : "ou=test,ou=Org,o=xyz",
"attributes" : {
  "countryName" : "SE",
  "createTimestamp" : "20180504113600Z",
  "creatorsName" : "cn=improxy,ou=System,o=test",
  "hsaCountyCode" : "14",
  "hsaIdentity" : [ "test" ],
  "hsaMunicipalityCode" : [ "1480" ],
  "modifiersName" : "cn=admin,ou=System,o=test",
  "modifyTimestamp" : "20180829082917Z",
  "ou" : [ "xyz" ],
  "vgrAo3kod" : [ "501" ],
  "vgrModifyTimestamp" : "20180618080954Z",
  "vgrModifyersName" : "cn=user,ou=Personal,o=test"
}
  }, {
"dn" : "ou=clients,ou=Org,o=test",
"attributes" : {
  "createTimestamp" : "20180503113416Z",
  "creatorsName" : "cn=improxy,ou=System,o=test",
  "hsaIdentity" : [ "test" ],
  "modifiersName" : "cn=user,ou=System,o=test",
  "modifyTimestamp" : "20180504030003Z",
  "ou" : [ "clients" ]
}
  }, {

and it continues for some 200 000 rows. I would like to access the fields as
attribute values.

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

[Qgis-user] Support for reading JSON (not GeoJSON) files?

2018-08-31 Per discussione johnrobot
Hi
I would like to use information in JSON (not GeoJSON) files in QGIS, but I
don´t see how to read and flatten the files in QGIS 3.2. Is there a way to
do this or should I open a ticket? It would be great to be able to process
JSON files in a processing model.

Magnus



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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

[Qgis-user] Problem installing/updating TimeManager

2017-06-14 Per discussione johnrobot
Hi
I have problems installing/updating TimeManager. I always get the error
"Installation failed: Connection closed". I first got this trying to update
the plugin, so I uninstalled it. Now, I get it when trying to install it, so
I can´t use the plugin at all. Has anyone else seen this? I can
update/install other plugins without this error. I use QGIS 2.14.6 64 bit on
Windows 7.

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Problem-installing-updating-TimeManager-tp5324167.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] QGIS 2.18.9 crash using Python console

2017-06-08 Per discussione johnrobot
OK, thanks. I´ll wait for 3.0 and try it there.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-2-18-9-crash-using-Python-console-tp5323262p5323475.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] QGIS 2.18.9 crash using Python console

2017-06-07 Per discussione johnrobot
Hi
There is no additional code. I didn´t expect the first example to work, but
I do consider the crash a bug. I get the same result in QGIS 2.14.6 on
Windows 7. I will open a ticket for it. 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-2-18-9-crash-using-Python-console-tp5323262p5323344.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

[Qgis-user] QGIS 2.18.9 crash using Python console

2017-06-06 Per discussione johnrobot
Hi
I had a look at the python examples at
http://www.qgistutorials.com/en/docs/getting_started_with_pyqgis.html. I
noticed that when I run

layer = iface.activeLayer()
for f in layer.getFeatures():
  print geom.asPoint()

QGIS crashes and creates a dump file. Is this a known issue? Running

layer = iface.activeLayer()
for f in layer.getFeatures():
  geom = f.geometry()
  print geom.asPoint()

works fine. I use Windows 10, 64 bit and QGIS 2.18.9, 64 bit.

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-2-18-9-crash-using-Python-console-tp5323262.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Processing - Duplicate tools for reprojecting

2017-03-28 Per discussione johnrobot
Hi
I do not want disable to all of the packages (GRASS etc), but I think that
it would improve the user experience if there are not as many as 13 tools
for buffering. We should be able to reduce this and I noticed that there are
similar thoughts here,
https://hub.qgis.org/wiki/quantum-gis/Google_Summer_of_Code_2017.

Magns



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-Duplicate-tools-for-reprojecting-tp5312941p5314612.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Processing - Duplicate tools for reprojecting

2017-03-21 Per discussione johnrobot
I´m not convinced that having all these duplicates is a good thing. Do we
really need 13 buffering tools? Why not try to minimize this? Having
multiple tools for the same task only makes it harder for users and
developers. Does QGIS have to expose all of the tools just because it is
possible?

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-Duplicate-tools-for-reprojecting-tp5312941p5313496.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Processing: Encoding problem with Import into PostGIS

2017-03-07 Per discussione johnrobot
Hi Árni
I changed the encoding to ISO-8859-1 and the Swedish characters look fine
after that. Thank you for the help. I think that the encoding field in the
tool should be a drop down list with available encoding options to help the
user. I will open a ticket for this.

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-Encoding-problem-with-Import-into-PostGIS-tp5311044p5311184.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

[Qgis-user] Processing: Encoding problem with Import into PostGIS

2017-03-06 Per discussione johnrobot
Hi
I use "Import into PostGIS" in a model to write a road network to PostGIS.
However, the Swedish characters å/ä/ö are replaced with "�" in the
attributes. The encoding in the tool is set to UTF-8. Any suggestions on how
to handle this? Windows 10, QGIS 2.18.4, 64 bit.

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-Encoding-problem-with-Import-into-PostGIS-tp5311044.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

[Qgis-user] Processing documentaton and help

2017-03-04 Per discussione johnrobot
Hi
I have been testing building models in processing and I have found a few
areas where we could improve the help and documentation:

- In the list of tools, most of the tools only show their name, while some
(GRASS) also show a description of the tool in the list. I would prefer if
only the names are listed and that the description is shown in a separate
window. That would make the interfae cleaner.

- Most tools seem to lack description in the help tab. Are there any
guidelines on what must be included in this tab? Is it up the the supplier
of the tool or can others help to create and improve the documentation as
well?

- Is there a collection of well structured and documented models somewhere?
That would help users get up to speed and learn best practice. I think that
this should be incuded when downloading QGIS or available on qgis.org.

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-documentaton-and-help-tp5310648.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

[Qgis-user] Processing questions/suggestions

2017-03-01 Per discussione johnrobot
Hi
I have used other tools for ETL tasks for many years and I would like to see
how much of that can be done in QGIS processing instead. I have done some
tests and I have a few questions on processing models:

- Is it possible to filter features based on attribute values? For example,
filter all features with an attribute value > 5.

- I tried to find a way to rename attribute names. After some googling I
found the tool "Refactor fields". I think that this tool should appear in
the list when a user searches for "rename".

- Is it possible to attach comments to the objects in the model? I would
like to attach comments to some objects, such as explaining why a specific
tool is used. I noticed that adding comments is possible in the model help,
but it would be even better to attach these comments to each tool.

- I noticed that undo/redo doesn´t seem to work for moving/rearranging
objects. Wouldn´t that be helpful?

- I expect some models to grow rather complex and I would like to arrange
groups of tools in boxes to make it easier to understand the model for new
users. That is currently not possible, right?

- I would like the model to display the number of features going through the
model, preferably in the real time as the model is running. This would help
the user understand the data and handle errors better.

- Why does the user have to define the tool input inside the tool? I think
it would be easier if this was possible in the model window instead.

- When I double click a model in the processing toolbox, the window for
running the model opens. I would prefer if the model window opens instead.
Is there a way of configuring this?

Should I open tickets for any of these ideas?

Best regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-questions-suggestions-tp5310198.html
Sent from the QGIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Moved labels disappear

2016-08-29 Per discussione johnrobot
Hi
I am still not able to resolve this and I have reported it here,
http://hub.qgis.org/issues/15494.

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Moved-labels-disappear-tp5280764p5282714.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Moved labels disappear

2016-08-15 Per discussione johnrobot
Hi
When I move a few labels manually, they disappear. The labels that I don´t
move still render. If I disable the data defined label positions (labelX and
labelY), the missing labels render again, but not in the desired position of
course. "Show all labels" is checked. What am I missing? QGIS 2.14.0,
Windows 7.

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Moved-labels-disappear-tp5280764.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Trouble keeping layer effects when exporting layout

2016-06-09 Per discussione johnrobot
Hi
I use layer effects (inner glow) for polygon borders and I export the layout
to a jpg image. When I set the polygon border style to none, the exported
image looks fine. However, when I select a colour, such as white, the colour
seems to override the layer effect and the layer effect is lost where
polygons meet. It is not lost on polygons that do not share borders with
other polygons. This issue is only related to the exported image, all looks
fine in the layout in QGIS. Any suggestions on how to keep both the border
style/colour and the layer effect?

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Trouble-keeping-layer-effects-when-exporting-layout-tp5270770.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Release notes for QGIS 2.14.2

2016-05-02 Per discussione johnrobot
Thank your for the link.

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Release-notes-for-QGIS-2-14-2-tp5263900p5263920.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Release notes for QGIS 2.14.2

2016-05-02 Per discussione johnrobot
Hi
I noticed that 2.14.2 has been released, but I have been unable to find any
release notes. This was the case for 2.14.1 as well. Any hints on where to
find these?

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Release-notes-for-QGIS-2-14-2-tp5263900.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Project file data loss

2016-04-27 Per discussione johnrobot
I have found some additional trouble regarding virtual layers, this time
copy/paste to an external program.

http://hub.qgis.org/issues/14736

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Project-file-data-loss-tp5262903p5263118.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Project file data loss

2016-04-26 Per discussione johnrobot
I added a comment about virtual layers in the ticket, since we now have at
least two cases with this setup.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Project-file-data-loss-tp5262903p5262948.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Project file data loss

2016-04-26 Per discussione johnrobot
This seems very much like my case. The layers are still defined when opening
the file in a text editor, but QGIS only opens the layer group (in the layer
list, not the map). My project also contained virtual layers. Could that be
the problem?



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Project-file-data-loss-tp5262903p5262927.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Project file data loss

2016-04-26 Per discussione johnrobot
OK. In my case, I do save to a network drive, but the saving is quick (a few
seconds). I did not kill the save process and no error is reported when
opening the project file. 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Project-file-data-loss-tp5262903p5262921.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Project file data loss

2016-04-26 Per discussione johnrobot
Hi
Yes, I will start making regular backups of the project file. In this case,
the .qgs~ file had the same problem as the original file, so I had to start
over with the project file. QGIS did not report any issues when saving
yesterday.

I opened a ticket, http://hub.qgis.org/issues/14731#change-69785. I will add
more information there if I am able to reproduce this.

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Project-file-data-loss-tp5262903p5262913.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] File picker window slow

2016-04-26 Per discussione johnrobot
Just to be clear: this relates to the not-so-standard file picker, for
example when specifying the output file for Intersection in Processing. I
will open a ticket for this.

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/File-picker-window-slow-tp5262722p5262904.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Project file data loss

2016-04-26 Per discussione johnrobot
Hi
When opening a .qgs file used yesterday, I noticed that the project had lost
almost all of the data, such as linked SHP-files. I have lost a few hours of
work due to this and this is a bit worrying for further work. It is this
first time I observe this and I am the only one working with the project
file. Any suggestions on how to narrow this down? I would like to find the
cause of this.

QGIS 2.14.0, 64 bit
Windows 7, 64 bit

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Project-file-data-loss-tp5262903.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Drive time analysis

2016-04-08 Per discussione johnrobot
Hi
I am looking into drive time analysis using QGIS. A typical question would
be "What percentage of the population can reach location X within 45
minutes?". Are there any examples of that using QGIS? Or would pgRouting be
a better choise?

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Drive-time-analysis-tp5260284.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Error running dissolve

2016-04-03 Per discussione johnrobot
I created a bug report for this issue,  http://hub.qgis.org/issues/14612
  .

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-running-dissolve-tp5259151p5259429.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Error running dissolve

2016-04-01 Per discussione johnrobot
Hi
When I run Dissolve in Processing I get this error:

local variable 'nElement' referenced before assignment See log for more
details

It is a rather simple polyon layer, no features selected. I have selected a
field for the dissolve. When I dissolve the whole layer, this error does not
occur. Has anyone else noticed this error?

Win 7 64 bit
QGIS 2.14.0 64 bit

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Error-running-dissolve-tp5259151.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Reading CAD documents in QGIS

2016-03-15 Per discussione johnrobot
Ah, good to know. I will spread the word and see if any funds are available.

Do you know which DWG versions we will support?
https://sourceforge.net/projects/libdxfrw/ mentions up to 2015, but
https://sourceforge.net/p/libdxfrw/home/Home/ says up to 2003.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Reading-CAD-documents-in-QGIS-tp5256360p5256367.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Reading CAD documents in QGIS

2016-03-15 Per discussione johnrobot
Hi
What is the status for reading CAD documents in QGIS? I read this blog post
late last year, but I have not seen any updates on this issue,
http://blog.qgis.org/2015/12/08/crowd-funding-project-for-reading-cad-documents-in-qgis/.

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Reading-CAD-documents-in-QGIS-tp5256360.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Pie charts i QGIS 2.14

2016-03-14 Per discussione johnrobot
Just in case anyone else is in the same situation, here is what I did to
solve this:

I was unable to get the intervals to show up in the legend and my work
around was to convert a copy of the polygon layer to centroids and then
style them as points, there you get access to the full styling engine.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Pie-charts-i-QGIS-2-14-tp5255823p5256167.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Processing ideas and questions

2016-03-11 Per discussione johnrobot
Hi
I have a few ideas on how to improve the model builder in processing:

- Support for adding/attaching comments to any component. That would, for
example, help explaining why a specific tool is used. Great for
documentation purposes.
- Open a model by just dropping it in QGIS.
- Support for attaching external files with the processed results. That way,
I could run a model and deliver the results to the client and have all the
necessary documentation included automatically.
- Support for sending an e-mail when the model has finished processing.
- To me, the tools seem to use to much screen space. I can of course resize
them, but I suggest that we make them as small as possible from start.
- Support for undo/redo.
- Removing an object by selecting it and hitting the delete button.
- Make the tools hightlight necessary missing parameter input.
- Support for writing to SQL Server, much like there already is support for
writing to PostGIS.
- I would like to see the number of features coming from each data
set/component in every connection in the model.

What are your impressions of these suggestions? Are any of them already
covered? Should I open tickets?

Down the road, I would like to publish processing models in a web interface
(not a view of the actual models, but an interface for managing and running
them) , so that non-technical users can process and access the data, much
like FME Server. I recently found wps4server. Would that be a possible way
forward for this? I would like to use a simple web page for running the
models and access the data.

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Processing-ideas-and-questions-tp5255905.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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

Re: [Qgis-user] Pie charts i QGIS 2.14

2016-03-11 Per discussione johnrobot
Hi
I was thinking of setting up the size intervals. Thank you for the
suggestion about expressions, I will look in to that.

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Pie-charts-i-QGIS-2-14-tp5255823p5255836.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Pie charts i QGIS 2.14

2016-03-11 Per discussione johnrobot
Hi
I would like to draw pie charts/circles for a polygon layer using data from
the attribute table, for example population data. I have tried using
properties- diagram, but it doesn´t seem to match what I am looking for. I
would like to see this:

- Based on attribute values, draw pie charts/circles.
- Let me choose outline and fill colours/patterns.
- Let me choose data intervals and the circle size for each interval.

What would be the best way of achieving this in QGIS? I found
https://github.com/LCacheux68224/ProportionalCircles, but it seems that I
have to involve our IT department to install QGIS plugins, since I do not
have admin rights on my computer.

Regards,

Magnus



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Pie-charts-i-QGIS-2-14-tp5255823.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
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] Problem loading raster to PostGIS

2013-02-16 Per discussione johnrobot
Hi
I am having trouble loading a raster (.asc) file to PostGIS 2.0.1 using the
plugin Raster - PostGIS Raster - Load raster to postgis in QGIS 1.8.0 on Win
Viste 64 bit. I get the following error message:

---
Ett fel har inträffat vid Pythonexekvering:

Traceback (most recent call last):
  File C:/Users/Magnus/.qgis//python/plugins\wktraster\DlgRasterLoader.py,
line 126, in browseRaster
self.getMetadata(str(fileName))
  File C:/Users/Magnus/.qgis//python/plugins\wktraster\DlgRasterLoader.py,
line 163, in getMetadata
ds=gdal.Open(filename)
AttributeError: 'module' object has no attribute 'Open'

Python version:
2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]


QGIS version:
1.8.0-Lisboa Lisboa, 6416f38

Python sökväg: ['C:/Users/Magnus/.qgis//python/plugins\\sextante',
'C:/PROGRA~2/GIS/QGIS/apps/qgis/./python', 'C:/Users/Magnus/.qgis//python',
'C:/Users/Magnus/.qgis//python/plugins',
'C:/PROGRA~2/GIS/QGIS/apps/qgis/./python/plugins',
'C:\\PROGRA~2\\GIS\\QGIS\\bin\\python27.zip',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\DLLs',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\plat-win',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\lib-tk',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\qgis\\bin',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages\\PIL',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages\\win32',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages\\win32\\lib',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages\\Pythonwin',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
'C:\\Users\\Magnus\\.qgis\\python\\plugins\\mmqgis/forms',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\qgis\\python\\plugins\\fTools\\tools']
---

QGIS opens the file just fine. Any suggestions on what to do?

Magnus




--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Problem-loading-raster-to-PostGIS-tp5034687.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Web/server interface for SEXTANTE modeler?

2012-04-27 Per discussione johnrobot
Are there any (long-term) plans on creating a web/server interface for
SEXTANTE modeler? I think that it could be very useful to interact with
models via a web interface, for example for letting users upload their data
and have QGIS / the modeler process them. When the model has finished
processing, the user could download the output from a link / e-mail. This
workflow would help automate the workflow and make it depend less on a
specific person.

Magnus

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Web-server-interface-for-SEXTANTE-modeler-tp4933139p4933139.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Re: SEXTANTE - request new tools?

2012-04-23 Per discussione johnrobot
OK. I guess that most of the tools that I miss don´t exist in any of the
backends at the moment. Are there any preferences on where to add my
suggestions? Most of them are about managing vector data (geometry and
attributes) and not so much raster (analysis).

Magnus

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/SEXTANTE-request-new-tools-tp4904508p4910905.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Re: SEXTANTE - request new tools?

2012-04-23 Per discussione johnrobot
OK. Just to be sure: you´re saying that I should add my suggestions to
http://hub.qgis.org/projects/sextante/issues right?

Magnus

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/SEXTANTE-request-new-tools-tp4904508p4911159.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] SEXTANTE - request new tools?

2012-04-21 Per discussione johnrobot
Hi
I would like to see some additional tools in SEXTANTE. Is
http://hub.qgis.org/projects/sextante/issues the place to do it, or should I
turn to one of the tool boxes, such as GDAL or fTools?

Magnus

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/SEXTANTE-request-new-tools-tp4904508p4904508.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] SEXTANTE - a few ideas/issues

2012-04-20 Per discussione johnrobot
Hi
I have just started trying out SEXTANTE in QGIS and I really like the idea.
A huge step forward and it provides some FME-like capabilities. When working
a bit with SEXTANTE, a few ideas/issues have come up:

1
When trying to run v.buffer (and quite a few other tools as well), I get
this error message:
Ett fel har inträffat vid Pythonexekvering:

Traceback (most recent call last):
  File
C:/Users/Magnus/.qgis/python/plugins\sextante\gui\SextanteToolbox.py, line
104, in executeAlgorithm
    dlg = ParametersDialog(alg)
  File
C:/Users/Magnus/.qgis/python/plugins\sextante\gui\ParametersDialog.py,
line 35, in __init__
    self.ui.setupUi(self, alg)
  File
C:/Users/Magnus/.qgis/python/plugins\sextante\gui\ParametersDialog.py,
line 56, in setupUi
    self.paramTable = ParametersPanel(self.alg, self.dialog)
  File
C:/Users/Magnus/.qgis/python/plugins\sextante\gui\ParametersPanel.py, line
38, in __init__
    self.initGUI()
  File
C:/Users/Magnus/.qgis/python/plugins\sextante\gui\ParametersPanel.py, line
65, in initGUI
    widget = self.getWidgetFromParameter(param)
  File
C:/Users/Magnus/.qgis/python/plugins\sextante\gui\ParametersPanel.py, line
118, in getWidgetFromParameter
    layers = QGisLayers.getVectorLayers(param.shapetype)
  File C:/Users/Magnus/.qgis/python/plugins\sextante\core\QGisLayers.py,
line 33, in getVectorLayers
    uri = str(layer.source())
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position
46: ordinal not in range(128)

Python version:
2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]


QGIS version:
1.7.4-Wroclaw Wroclaw, 411aff6

Python sökväg: ['C:/Users/Magnus/.qgis/python/plugins\\sextante',
'C:\\Users\\Magnus\\.qgis\\python\\plugins\\cswclient',
'C:/PROGRA~2/GIS/QGIS/apps/qgis/./python', 'C:/Users/Magnus/.qgis/python',
'C:/Users/Magnus/.qgis/python/plugins',
'C:/PROGRA~2/GIS/QGIS/apps/qgis/./python/plugins',
'C:\\PROGRA~2\\GIS\\QGIS\\bin\\python27.zip',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\DLLs',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\plat-win',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\lib-tk',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\qgis\\bin',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages\\PIL',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages\\win32',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages\\win32\\lib',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages\\Pythonwin',
'C:\\PROGRA~2\\GIS\\QGIS\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
'C:\\Users\\Magnus\\.qgis\\python\\plugins\\fTools\\tools',
'C:\\Users\\Magnus\\.qgis\\python\\plugins\\mmqgis/forms']

2
When hovering with the mouse over a tool in the toolbox, how about showing a
short explanation on what the tool does?

3
When defining folders, such as the Saga folder, how about using a file
window instead of a blank space for entering the path? This seems easier to
me.

4
A lot of windows, such as the ftools – Centroids, seem to use a lot of space
for no reason. I think that they should be as small as possible.

5
Quite a few buttons, such as the About SEXTANTE – Close, seem much to large.

5
The help button, the ”?”, doesn´t seem to provide any additional
information. Is this planned? Otherwise, I think that it should be removed.

6
I see quite a few abbreviations, such as ”src filename”, ”maxdist”,
”hspacing” and ”patval”. To me, this can be confusing in some cases, and I
think that the full text should be provided. Not sure if this is defined in
the tool and outside of SEXTANTE.

7
When trying to add a tool in the modeller and there is a parameter values
missing, the missing values should be highlighted to guide the user.

8
The user should be able to inspect/edit added components in the modeller,
using for example a double click or a right click.

9
I would like to see some undo/redo functionality in the modeller.

10
Modeller: When shifting between ”Design” and ”Python code”, the view in
”Design” is sometimes shifted.

I use QGIS 1.7.4 and SEXTANTE 1.0.4 on Win Vista 64 bit.

Regards,

Magnus

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/SEXTANTE-a-few-ideas-issues-tp4902812p4902812.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Re: SEXTANTE - a few ideas/issues

2012-04-20 Per discussione johnrobot
Hi
I have created tickets for these issues now. I misreported 5427 as a bug,
though. It should be a feature.

About #5: Open any tool. Next to the close button, you will find the help
button, the ”?”.

Magnus

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/SEXTANTE-a-few-ideas-issues-tp4902812p4903514.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] WFS problems

2012-02-04 Per discussione johnrobot
Hi
I have noticed two possible QGIS bugs:

#1 - - QGIS hangs when adding a WFS
I add the WFS layer sf.streams from a fresh installation of GeoServer and
QGIS freezes.


#2 -  QGIS hangs when editing a WFS
I add a WFS and go into edit mode. QGIS hangs when I edit a node from a
GeoServer localhost WFS and try to exit edit mode.

Are these known issues? I use QGIS 1.7.3, Windows 7 64-bit.

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/WFS-problems-tp4364204p4364204.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] WebGL in QGIS

2011-03-23 Per discussione johnrobot
Hi
Is anyone working on adding WebGL support to QGIS? It could, for example, be
used for exporting a project to an advanced web site. For more information
and quite a few WebGL examples, have a look at:

http://en.wikipedia.org/wiki/WebGL http://en.wikipedia.org/wiki/WebGL 
http://planet-webgl.org/ http://planet-webgl.org/ 

M

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/WebGL-in-QGIS-tp6201681p6201681.html
Sent from the qgis-user mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Re: Very slow performance with large SHP files, with over 200k objects

2011-03-09 Per discussione johnrobot
Would it make sense to add OpenCL / CUDA support for, initially, at least
some parts of QGIS?

http://en.wikipedia.org/wiki/OpenCL http://en.wikipedia.org/wiki/OpenCL 
http://en.wikipedia.org/wiki/CUDA http://en.wikipedia.org/wiki/CUDA 

I think that this could speed things up a bit.

Magnus

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Very-slow-performance-with-large-SHP-files-with-over-200k-objects-tp6096446p6152827.html
Sent from the qgis-user mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user