[Qgis-user] Download Weekly to MAC

2013-07-29 Thread Lene Fischer
Hi
I´m starting a 3 week summercourse next monday. The students are going to 
install the weekly build, but I´m not sure about the MAC version.

Can anyone help.
Regards
Lene Fischer

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


Re: [Qgis-user] QGIS 2.0 Timeline updates

2013-07-29 Thread Tim Sutton
Hi

I'm going to post the updated timeline today, but expect it to be out
before FOSS4G

Regards

Tim


On Thu, Jun 13, 2013 at 7:19 PM, Lee Hachadoorian 
lee.hachadooria...@gmail.com wrote:

 Tim

 Please forgive the question, but is it possible to estimate whether the
 time past June 25 will be measured in days, weeks, or months?

 I'm planning on installing QGIS on an image that will be put in a computer
 lab for the next year. When I saw this announcement, I had planned to use
 QGIS 1.8, but now it looks like the earliest the image could actually be
 deployed would by July 15. So if there is a chance 2.0 would release would
 be by then, I would probably wait.

 Best,
 --Lee


 On Tue, Jun 11, 2013 at 9:21 AM, Tim Sutton li...@linfiniti.com wrote:

 Hi all

 Just an updated timeline for the release:

 * Hard feature freeze effective today (11 June 2013) - this means no
 new features will make their way into the final QGIS 2.0 release.
 * String freeze 25 June 2013 (only critical string changes needed for
 bug fixing will be allowed after that point)

 The actual release date will be determined when we have dealt with the
 blocker tickets in the ticket queue.

 I know many of you have been patiently waiting for the 2.0 release but
 there were many features that needed polishing and inclusion and this
 has caused some delays. Right now we have a lot of work to do to make
 QGIS 2.0 stable and usable for everyone. As a general appeal could I
 encourage you to:

 * take the master builds (snapshots of the codebase that will become
 QGIS 2.0) for a test drive and report issues you encounter using it
 with your favourite datasets. Master builds are freely downloadable at
  [1] (there is a standalone windows build here : [2])
 * if you have the financial means to do so, sponsor the fixing of one
 or more blocker issues [3]. The best way to do this is to make direct
 contact with a QGIS developer and negotiate a small contract with them
 to do the work. There are also a number of commercial support
 providers who may be able to offer this service for you listed on our
 web site [4]

 Lastly here are some frequently asked questions and answers:

 Q: Why dont you make alpha / beta releases?

 A: We have nightly builds of master for all major platforms - its a
 waste of effort to also make alpha etc releases.

 Q: You said the release would be ready last week / month / year /
 century. What gives?

 A: We are an open source project dependent largely on volunteer effort
 and the sponsored contributions from a number of companies. We don't
 have any dedicated team focused entirely on stabilisation and bug
 fixing. This means that we can't just pour more staff / resources into
 making sure a release comes out on time, instead we release when the
 software is ready.

 Q: So QGIS 2.0 is going to be perfect?

 A: Probably not, but you can help us to make it as close to perfect as
 humanly feasible. We highly recommend that you test with the master
 build and help to identify issues by means of carefully lodged tickets
 in our issue tracker [5]. Even with all the QA we can do, you should
 still expect to encounter some issues since the code base has had a
 massive overhaul and it is not possible for us to test all scenarios
 that our hundreds of thousands of users use QGIS for.

 Q: Is QGIS 2.0 going to break all my styling / projects / plugins?

 A: While we are trying to preserve backwards compatibility where
 possible, in some cases we couldn't / don't want to preserve
 compatibility due to architectural changes in the code base.

 Q: Is it true that the name 'Quantum GIS' is changing?

 A: Yes, from 2.0 on, Quantum GIS will be called QGIS (note is all
 upper case) and we will drop the 'auntum' part from the name.

 Q: How do I be awesome like Asia Air Survey (our Gold Sponsor - see
 their home page at http://www.asiaairsurvey.com/) and sponsor QGIS?

 A: We would be more than happy to welcome any new sponsors wishing to
 support our project. If you would like to sponsor QGIS, please contact
 Paolo Cavallini cavallini AT faunalia.it for more information. As
 well as helping to make QGIS 2.0 a reality, sponsors well receive
 prominent placement on the front page of our web site.

 Q: I hear the Queen of England uses QGIS to keep track of model the
 movement of Corgi dogs around Windsor Castle - it is true?

 A: This is purely a rumour, though I am sure there must be a grain of
 truth to it...

 [1] http://download.qgis.org
 [2] http://hub.qgis.org/projects/quantum-gis/wiki/Download#13-Master
 [3] http://hub.qgis.org/projects/quantum-gis/issues?query_id=23
 [4] http://www.qgis.org/en/commercial-support.html
 [5] http://hub.qgis.org/projects/quantum-gis/issues

 --
 Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)
 ==
 Please do not email me off-list with technical
 support questions. Using the lists will gain
 more exposure for your issues and the 

Re: [Qgis-user] plugin helloworld 1.5

2013-07-29 Thread Borys Jurgiel
Dnia poniedziałek, 29 lipca 2013 o 07:14:05 Su Hartono napisał(a):
 I use OS Ubuntu 12.04.
 I got Error loading plugin
 The plugin is broken.  Python said:
 'module' object has no attribute 'classFactory'.
 How to fix it ?
 -- thank you--
 Suhartono

There is a bug in the plugin so the __init__.py file is empty. Just add 
following simple function to it (mind the indentation): 

def classFactory(iface):
  from HelloWorld import HelloWorld
  return HelloWorld(iface)

You can also use that file from the 1.0 version. For more information look at 
the PyQGIS cookbook [1]. 

Btw. note for QGIS 1.8 you need to put plugin metadata to both: __init__.py 
and metadata.txt files. From QGIS 2.0 the only place to put the metadata is the 
metadata.txt file. The __init__.py should only contain the classFactory 
function.

[1] http://www.qgis.org/pyqgis-cookbook/plugins.html#plugins
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] sextante saga

2013-07-29 Thread Pedro Venâncio
Hi Victor,

So the decision to use saga 2.0.8 on Linux is already definite? Because in this 
ticket http://hub.qgis.org/issues/8301 it was placed the issue of 
interoperability of models and scripts between SO.



Best regards,
Pedro




- Original Message -
From: Victor Olaya 

Matteo,on linux, SEXTANTE uses 2.0.8, not 2.1. This has been discussed
here in the list, and in IRC, and it seems that it is a bit soon to
force users to change to 2.1, since it uses a development version of
wxWidgets

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


Re: [Qgis-user] Download Weekly to MAC

2013-07-29 Thread Larry Shaffer
Hi Lene,

On Mon, Jul 29, 2013 at 12:30 AM, Lene Fischer l...@life.ku.dk wrote:

  Hi
 I´m starting a 3 week summercourse next monday. The students are going to
 install the weekly build, but I´m not sure about the MAC version.

  Can anyone help.


There is no weekly build of the Mac version; however, there are nightly
builds of the current master branch [0].

The link noted in that section resolves to a single page website, where I
host two nightly builds: one for 10.7-8 and another for 10.6. Both require
the same Kyngchaos.com supporting framework installs as for the stable
release. You can run both the nightly build and the latest stable version
(1.8) at the same time, and they will not interfere with each other.

Please note, there are still bugs in the master branch, though most should
be squashed within a couple of weeks, in preparation for 2.0 version
release. If you find any bugs first search the issue tracker [1], if you
can't find a related issue, post to the developer mailing list [2] to see
if it is a known issue. Finally, please promptly create a new issue for any
unknown bugs so that it can be squashed ASAP.

[0]
http://hub.qgis.org/projects/quantum-gis/wiki/Download#421-Nightly-Builds
[1] http://hub.qgis.org/projects/quantum-gis/issues
[2] http://lists.osgeo.org/mailman/listinfo/qgis-developer

Regards,

Larry Shaffer
Dakota Cartography
Black Hills, South Dakota


 Regards
 Lene Fischer


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


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


[Qgis-user] Help (minimal) wanted with NZ Moodle site for Open Source tools

2013-07-29 Thread Brent Wood






Hi,

I'm asking for advice from someone familiar with Moodle as a training
 facility.

I'm working with ECO ( http://www.eco.org.nz/ ) on a Moodle site (two years of 
operational funding covered by Tindall Foundation grant) to help New Zealand 
environmental  conservation related organisations  businesses learn about 
software  tools to help them get on with what they want to do. A key part of 
this is about Open Source tools, in particular geospatial software (GIS, 
spatial databases, web mapping, etc).  

I'm also planning to use/support this site for training materials for NIWA's 
open source GIS tool ( https://www.niwa.co.nz/software/quantum-map ) as part of 
a wider NZ resource rather than use an in-house one.

The Moodle site is in its infancy (http://elearning.eco.org.nz/ )  we'd like 
some critique of the design/layout from someone who is more knowledgeable about 
this than I am (so virtually anyone!)


If anyone is able to help out with this, please let me know.


  Thanks,

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