Re: [Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-07 Thread Nathan Woodrow
Hey Gino,

Fork away :)

- Nathan


On Fri, Mar 7, 2014 at 5:58 PM, Gino Pirelli lui...@gmail.com wrote:

 great Nathan... this can be a good platform where to insert a future
 mobile use for Geosisma

 can we plan to transform/fork/ it in a sort of framework? I'm going to
 test it :)


 On 7 March 2014 08:09, Nathan Woodrow madman...@gmail.com wrote:


 On Fri, Mar 7, 2014 at 5:01 PM, Paolo Cavallini cavall...@faunalia.itwrote:

 thanks for this. Why is this for Win only?


 There isn't really a lot of Windows only things in the code itself, well
 nothing that can't be abstracted away, but I mainly dev on Windows and so
 are most of our clients so that was our first priority.  The build scripts
 should be flexible enough to use something something py2so or py2app for
 Linux and OS X.  Happy for a pull request if people got it working on those
 platforms, I just have more experience on Windows and little time :)  It
 can also run from the src folder but might need some tweaks for a non
 windows setup i.e I assume a OSGeo4W folder setup for paths, but that is
 just a if statement to change.

 - Nathan

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



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

[Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-06 Thread Nathan Woodrow
Hi everyone,

Just dropping a quick email out to let everyone know about a project I have
been working on the last couple of months.

Digital Mapping Solutions, and myself, would like to announce the first
version of IntraMaps Roam - a simple, but flexible, Windows based data
collection application built using Python and QGIS.

IntraMaps Roam (or Roam for short) is a standalone, fully bundled, Python
application that was created to do data collection with a QGIS backend.
 For those of you who have seen my QMap project I started a year or so ago
you can consider this a reincarnation of that project. Most of the code has
been reworked and using the QGIS libs gave me full flexibility in layout.

The release page can be found at
https://github.com/DMS-Aus/Roam/releases/tag/v2.0 and the wiki with all the
information to get started at: https://github.com/DMS-Aus/Roam/wiki You can
also take a look at the FAQ for the common questions:
https://github.com/DMS-Aus/Roam/wiki/FAQ

Roam has been a great exercise in using and bundling QGIS libs with a
Python application.

As Roam is based on PyQt and QGIS it is under the GPL2 license. Pull
requests are welcome.

Links:
- https://github.com/DMS-Aus/Roam/releases/tag/v2.0
- https://github.com/DMS-Aus/Roam/wiki
- https://github.com/DMS-Aus/Roam/wiki/FAQ

Happy mapping!

Regards,
Nathan
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-06 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 07/03/2014 07:32, Nathan Woodrow ha scritto:

 Just dropping a quick email out to let everyone know about a project I have 
 been
 working on the last couple of months.  
 
 Digital Mapping Solutions, and myself, would like to announce the first 
 version of
 IntraMaps Roam - a simple, but flexible, Windows based data collection 
 application
 built using Python and QGIS.

Hi Nathan,
thanks for this. Why is this for Win only?
All the best.

- -- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMZbt0ACgkQ/NedwLUzIr4j7wCghwboGx5JSS5BENteOVjcpfuG
r1kAnRey/RUn55fvfFbExUm4GvNloRxz
=Dmrf
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-06 Thread Nathan Woodrow
On Fri, Mar 7, 2014 at 5:01 PM, Paolo Cavallini cavall...@faunalia.itwrote:

 thanks for this. Why is this for Win only?


There isn't really a lot of Windows only things in the code itself, well
nothing that can't be abstracted away, but I mainly dev on Windows and so
are most of our clients so that was our first priority.  The build scripts
should be flexible enough to use something something py2so or py2app for
Linux and OS X.  Happy for a pull request if people got it working on those
platforms, I just have more experience on Windows and little time :)  It
can also run from the src folder but might need some tweaks for a non
windows setup i.e I assume a OSGeo4W folder setup for paths, but that is
just a if statement to change.

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

Re: [Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-06 Thread Gino Pirelli
great Nathan... this can be a good platform where to insert a future mobile
use for Geosisma

can we plan to transform/fork/ it in a sort of framework? I'm going to test
it :)


On 7 March 2014 08:09, Nathan Woodrow madman...@gmail.com wrote:


 On Fri, Mar 7, 2014 at 5:01 PM, Paolo Cavallini cavall...@faunalia.itwrote:

 thanks for this. Why is this for Win only?


 There isn't really a lot of Windows only things in the code itself, well
 nothing that can't be abstracted away, but I mainly dev on Windows and so
 are most of our clients so that was our first priority.  The build scripts
 should be flexible enough to use something something py2so or py2app for
 Linux and OS X.  Happy for a pull request if people got it working on those
 platforms, I just have more experience on Windows and little time :)  It
 can also run from the src folder but might need some tweaks for a non
 windows setup i.e I assume a OSGeo4W folder setup for paths, but that is
 just a if statement to change.

 - Nathan

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

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