Re: [QGIS-Developer] OTB Plugin in QGIS 3.8

2019-06-27 Thread Noli Sicad
Hi Shiva,

What is QGIS 3.8 distribution / platform that is not working with OTB plugin?

QGIS 3.8 for windows?
QGIS 3.8 for Linux (Ubuntu xx.xxx)?

Hopefully, QGIS 3.8 for macOS would be available soon.

Noli

On 6/27/19, shiva reddy  wrote:
> Hi,
> I have installed QGIS 3.8. OTB plugin which was working fine with QGIS 3.6
> is not working now.
>
> I have read in some place that starting from QGIS 3.8 OTB plugin will
> become core plugin of QGIS.
>
> Any update on this?
>
>
> Thanks & Regards
> Shiva Reddy K.
> Scientist/Engineer 'SD'
> Indian Institute of Remote Sensing,
> Indian Space Research Organisation
> Department of Space
> 4-Kalidas Road
> Dehradun
> mobile: 0135-2524126
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] GDAL 2.2.4 Python 3.6.4 Install error in Mac OS X El Capitan (10.11.6) and QGIS3.0 : setup.py and gdal-config errors

2018-04-03 Thread Noli Sicad
Disregard this error.

The processing plugin loads now properly.

I think downloaded and installed the wrong version (32bit / 10.6) of
the python3.6.x. instead of 64bit / 10.9). It seems that python 3.6.5
is properly installed now.

Noli



On Mon, Apr 2, 2018 at 5:08 PM, Noli Sicad <nsi...@gmail.com> wrote:
> Hi William,
>
> I am trying python GDAL (GDAL2.2.4 and Python 3.6.4) in Mac OS X El
> Capitan (10.11.6) and QGIS3.0.
>
> sudo pip3 install gdal
>
> I got this error:
>
> File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 138, in 
> fetch_config
> raise gdal_config_error(e)
> __main__.gdal_config_error: [Errno 2] No such file or directory:
> 'gdal-config': 'gdal-config'
>
> I tried several suggestions in the net however, the error getting
> worst that this.
>
> Any suggestion how to fix this?
>
> Here's the log below.
>
>
> Thanks.
>
> Noli
>
> ~~~
>
> Nolis-MBP:AA_QGIS nolisicad$ sudo pip3 install gdal
> Password:
> The directory '/Users/nolisicad/Library/Caches/pip/http' or its parent
> directory is not owned by the current user and the cache has been
> disabled. Please check the permissions and owner of that directory. If
> executing pip with sudo, you may want sudo's -H flag.
> The directory '/Users/nolisicad/Library/Caches/pip' or its parent
> directory is not owned by the current user and caching wheels has been
> disabled. check the permissions and owner of that directory. If
> executing pip with sudo, you may want sudo's -H flag.
> Collecting gdal
>   Downloading GDAL-2.2.4.tar.gz (475kB)
> 100% || 481kB 733kB/s
> Complete output from command python setup.py egg_info:
> running egg_info
> creating pip-egg-info/GDAL.egg-info
> writing pip-egg-info/GDAL.egg-info/PKG-INFO
> writing dependency_links to 
> pip-egg-info/GDAL.egg-info/dependency_links.txt
> writing top-level names to pip-egg-info/GDAL.egg-info/top_level.txt
> writing manifest file 'pip-egg-info/GDAL.egg-info/SOURCES.txt'
> warning: manifest_maker: standard file '-c' not found
>
> Traceback (most recent call last):
>   File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 134,
> in fetch_config
> p = subprocess.Popen([command, args], stdout=subprocess.PIPE)
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py",
> line 709, in __init__
> restore_signals, start_new_session)
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py",
> line 1344, in _execute_child
> raise child_exception_type(errno_num, err_msg, err_filename)
> FileNotFoundError: [Errno 2] No such file or directory:
> '../../apps/gdal-config': '../../apps/gdal-config'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
>   File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 182,
> in get_gdal_config
> return fetch_config(option, gdal_config = self.gdal_config)
>   File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 138,
> in fetch_config
> raise gdal_config_error(e)
> __main__.gdal_config_error: [Errno 2] No such file or directory:
> '../../apps/gdal-config': '../../apps/gdal-config'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
>   File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 134,
> in fetch_config
> p = subprocess.Popen([command, args], stdout=subprocess.PIPE)
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py",
> line 709, in __init__
> restore_signals, start_new_session)
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py",
> line 1344, in _execute_child
> raise child_exception_type(errno_num, err_msg, err_filename)
> FileNotFoundError: [Errno 2] No such file or directory:
> 'gdal-config': 'gdal-config'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 342,
> in 
> **extra )
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/core.py",
> line 148, in setup
> dist.run_commands()
>   File 
> "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/dist.py&quo

[QGIS-Developer] GDAL 2.2.4 Python 3.6.4 Install error in Mac OS X El Capitan (10.11.6) and QGIS3.0 : setup.py and gdal-config errors

2018-04-02 Thread Noli Sicad
Hi William,

I am trying python GDAL (GDAL2.2.4 and Python 3.6.4) in Mac OS X El
Capitan (10.11.6) and QGIS3.0.

sudo pip3 install gdal

I got this error:

File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 138, in fetch_config
raise gdal_config_error(e)
__main__.gdal_config_error: [Errno 2] No such file or directory:
'gdal-config': 'gdal-config'

I tried several suggestions in the net however, the error getting
worst that this.

Any suggestion how to fix this?

Here's the log below.


Thanks.

Noli

~~~

Nolis-MBP:AA_QGIS nolisicad$ sudo pip3 install gdal
Password:
The directory '/Users/nolisicad/Library/Caches/pip/http' or its parent
directory is not owned by the current user and the cache has been
disabled. Please check the permissions and owner of that directory. If
executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/nolisicad/Library/Caches/pip' or its parent
directory is not owned by the current user and caching wheels has been
disabled. check the permissions and owner of that directory. If
executing pip with sudo, you may want sudo's -H flag.
Collecting gdal
  Downloading GDAL-2.2.4.tar.gz (475kB)
100% || 481kB 733kB/s
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/GDAL.egg-info
writing pip-egg-info/GDAL.egg-info/PKG-INFO
writing dependency_links to pip-egg-info/GDAL.egg-info/dependency_links.txt
writing top-level names to pip-egg-info/GDAL.egg-info/top_level.txt
writing manifest file 'pip-egg-info/GDAL.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found

Traceback (most recent call last):
  File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 134,
in fetch_config
p = subprocess.Popen([command, args], stdout=subprocess.PIPE)
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py",
line 709, in __init__
restore_signals, start_new_session)
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py",
line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory:
'../../apps/gdal-config': '../../apps/gdal-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 182,
in get_gdal_config
return fetch_config(option, gdal_config = self.gdal_config)
  File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 138,
in fetch_config
raise gdal_config_error(e)
__main__.gdal_config_error: [Errno 2] No such file or directory:
'../../apps/gdal-config': '../../apps/gdal-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 134,
in fetch_config
p = subprocess.Popen([command, args], stdout=subprocess.PIPE)
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py",
line 709, in __init__
restore_signals, start_new_session)
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py",
line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory:
'gdal-config': 'gdal-config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "", line 1, in 
  File "/private/tmp/pip-build-e4ca_ecz/gdal/setup.py", line 342,
in 
**extra )
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/core.py",
line 148, in setup
dist.run_commands()
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/dist.py",
line 955, in run_commands
self.run_command(cmd)
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/distutils/dist.py",
line 974, in run_command
cmd_obj.run()
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/setuptools/command/egg_info.py",
line 279, in run
self.find_sources()
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/setuptools/command/egg_info.py",
line 306, in find_sources
mm.run()
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/setuptools/command/egg_info.py",
line 533, in run
self.add_defaults()
  File 
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/setuptools/command/egg_info.py",
line 562, in add_defaults
sdist.add_defaults(self)
  File 

[Qgis-developer] Georefencer (core plugin) in QGIS 2.3 master in Windows is missing

2014-04-23 Thread Noli Sicad
Hi,

It seems that the Georeferencer (core plugin) in Raster menu in QGIS
2.3 master / nightly build in Windows (OSGeo4W64 setup installer) is
missing in action.

Any reason why it is missing or omitted in Raster menu?

Thanks,

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


Re: [Qgis-developer] Lidar data into QGIS (Another topic: Mosaicking Aerial Photos from UAV (Drone), Georef PLY binary tins, SfM output into QGIS)

2014-01-31 Thread Noli Sicad
Hi Roberto,

I think we have to separate these topics:

- support for georef PLY binary tins, that begins to be the standard
output from SfM Structure from Motion drone aerial video and photo low
cost surveys.

- SfM output into QGIS

Structure from Motion - A Visual Approach
http://ccwu.me/vsfm/

Tim has also this example in Mosaicking Aerial Photos with GDAL

Image Mosaicking with GDAL
http://linfiniti.com/2009/09/image-mosaicking-with-gdal/

It might be good to have QGIS plugin for Mosaicking Aerial Photos from UAV.

Open source UAV (ArduPilotMega (APM2.x), Mission Planner and APM
Planner 2.0)  are gaining traction in UAV Technology and Aerial Photo
Mapping.

We are using APM2.x UAV for forestry plantation aerial photos.

APM 2.x UAVs are discussed in this site.
http://diydrones.com/

Thanks.

Regards, Noli





On 1/31/14, Geodrinx geodr...@gmail.com wrote:
 Larry,

 it's a mid-term goal to make LAS data
 available in QGIS.

 and I also would insert the support for georef PLY binary tins, that begins
 to be the standard output from SfM Structure from Motion drone aerial video
 and photo low cost surveys.


 Roberto
 ___
 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


Re: [Qgis-developer] OS X 2.0 packages update

2013-09-28 Thread Noli Sicad
Hi William,

Yes, OTB plugin is working now. I read the QGIS user ML archive ( Re:
OS X 2.0 packages - Try) update and found out there is a new version
of the installer, so download it and installed it before your email
below.

Now, I am trying to figure out why my GRASS plugin is still now not
working in Processing. It seems Processing could not still find the
right things to run GRASS. Any suggestion how to fix this issue?

BTW, I also installed GRASS standalone in my system. I understand this
might not be needed to run the GRASS Plugin in Processing.

Thanks again.

Regards, Noli


On 9/28/13, William Kyngesburye wokl...@kyngchaos.com wrote:
 I understand.  And I'm saying that that link error (and many others) is
 fixed in the current build.  You don't need anything else installed for OTB
 to work, OTB and the libraries/frameworks linked are included in QGIS.app.

 Note that when I re-fixed the installer I didn't bump the version number
 (because the broken package was still the old package), so make sure to
 download it again.

 On Sep 27, 2013, at 8:49 PM, Noli Sicad wrote:

 Hi William,

 In the last screenshot on the OTB Plugin for QGIS 2.0.1-2 Mac OS X
 error that I sent you, it seems that there is dynamic library that is
 not loading.

 dylb: Library not loaded (in the screenshot error)

 In compiling OTB Plugin for QGIS 2.0.1-2 Mac OS X, does OTB-Plugin
 requires OTB binary installed in your system?

 What might be this dynamic library not loading, (i.e. what is this
 library)?

 I hope we can make OTB plugin working in Mac OS X.

 Thanks,

 Regards, Noli

 On 9/25/13, Noli Sicad nsi...@gmail.com wrote:
 I deleted QGIS.app before installing.

 I deleted QGIS.app again and reinstalled. Yet I got the same problem,
 OTB is not working as showed in the screenshot that I sent you.

 Noli

 On 9/25/13, William Kyngesburye wokl...@kyngchaos.com wrote:
 Again, very odd, it's correct in the installer package.  Try deleting
 QGIS.app and reinstalling.

 On Sep 25, 2013, at 8:45 AM, Noli Sicad wrote:

 Hi William,

 The OTB plugin is still not working in this update.

 I will send you a screenshot of the error.

 Noli



 On 9/25/13, William Kyngesburye wokl...@kyngchaos.com wrote:
 Very odd, the package has this library link correct.  Try deleting
 QGIS.app
 and reinstalling.

 On Sep 25, 2013, at 3:24 AM, Andreas Neumann wrote:

 Hi William,

 Thank you for your continuous support on this issue.

 Unfortunately, GRASS still does not work in my processing
 environment.
 It
 still complains about missing dependencies.

 ---

 In parallel to Processing I am also testing the GRASS plugin.

 I can successfully create new MAPSETs and open them. The modules are
 found, but when loading one, e.g. v.surf.rst, I get this error
 message:

 

 Kann Modul v.surf.rst nicht starten
 DYLD_LIBRARY_PATH=
 QGIS_PREFIX_PATH=
 Befehl: /Applications/QGIS.app/Contents/MacOS/grass/bin/v.surf.rst
 --interface-description

 dyld: Library not loaded: /usr/local/lib/libfftw3.3.dylib Referenced
 from:
 /Applications/QGIS.app/Contents/MacOS/grass/lib/libgrass_gmath.6.4.3.dylib
 Reason: image not found

 ---

 so it seems to complain about libfftw3.3.dylib

 Andreas

 On Tue, 24 Sep 2013 20:24:55 -0500, William Kyngesburye wrote:
 I did a link hunt and fixed up all the link errors I could find,
 and
 took care of some other packaging problems.

 Also, Snow Leopard package is now ready.

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 History is an illusion caused by the passage of time, and time is
 an
 illusion caused by the passage of history.

 - Hitchhiker's Guide to the Galaxy


 ___
 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

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 History is an illusion caused by the passage of time, and time is an
 illusion caused by the passage of history.

 - Hitchhiker's Guide to the Galaxy


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


 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 First Pogril: Why is life like sticking your head in a bucket filled
 with
 hyena offal?
 Second Pogril: I don't know.  Why IS life like sticking your head in a
 bucket filled with hyena offal?
 First Pogril: I don't know either.  Wretched, isn't it?

 -HitchHiker's Guide to the Galaxy




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

Re: [Qgis-developer] OS X 2.0 packages update

2013-09-27 Thread Noli Sicad
Hi William,

In the last screenshot on the OTB Plugin for QGIS 2.0.1-2 Mac OS X
error that I sent you, it seems that there is dynamic library that is
not loading.

dylb: Library not loaded (in the screenshot error)

 In compiling OTB Plugin for QGIS 2.0.1-2 Mac OS X, does OTB-Plugin
requires OTB binary installed in your system?

What might be this dynamic library not loading, (i.e. what is this library)?

I hope we can make OTB plugin working in Mac OS X.

Thanks,

Regards, Noli

On 9/25/13, Noli Sicad nsi...@gmail.com wrote:
 I deleted QGIS.app before installing.

 I deleted QGIS.app again and reinstalled. Yet I got the same problem,
 OTB is not working as showed in the screenshot that I sent you.

 Noli

 On 9/25/13, William Kyngesburye wokl...@kyngchaos.com wrote:
 Again, very odd, it's correct in the installer package.  Try deleting
 QGIS.app and reinstalling.

 On Sep 25, 2013, at 8:45 AM, Noli Sicad wrote:

 Hi William,

 The OTB plugin is still not working in this update.

 I will send you a screenshot of the error.

 Noli



 On 9/25/13, William Kyngesburye wokl...@kyngchaos.com wrote:
 Very odd, the package has this library link correct.  Try deleting
 QGIS.app
 and reinstalling.

 On Sep 25, 2013, at 3:24 AM, Andreas Neumann wrote:

 Hi William,

 Thank you for your continuous support on this issue.

 Unfortunately, GRASS still does not work in my processing environment.
 It
 still complains about missing dependencies.

 ---

 In parallel to Processing I am also testing the GRASS plugin.

 I can successfully create new MAPSETs and open them. The modules are
 found, but when loading one, e.g. v.surf.rst, I get this error
 message:

 

 Kann Modul v.surf.rst nicht starten
 DYLD_LIBRARY_PATH=
 QGIS_PREFIX_PATH=
 Befehl: /Applications/QGIS.app/Contents/MacOS/grass/bin/v.surf.rst
 --interface-description

 dyld: Library not loaded: /usr/local/lib/libfftw3.3.dylib Referenced
 from:
 /Applications/QGIS.app/Contents/MacOS/grass/lib/libgrass_gmath.6.4.3.dylib
 Reason: image not found

 ---

 so it seems to complain about libfftw3.3.dylib

 Andreas

 On Tue, 24 Sep 2013 20:24:55 -0500, William Kyngesburye wrote:
 I did a link hunt and fixed up all the link errors I could find, and
 took care of some other packaging problems.

 Also, Snow Leopard package is now ready.

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 History is an illusion caused by the passage of time, and time is an
 illusion caused by the passage of history.

 - Hitchhiker's Guide to the Galaxy


 ___
 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

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 History is an illusion caused by the passage of time, and time is an
 illusion caused by the passage of history.

 - Hitchhiker's Guide to the Galaxy


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


 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 First Pogril: Why is life like sticking your head in a bucket filled with
 hyena offal?
 Second Pogril: I don't know.  Why IS life like sticking your head in a
 bucket filled with hyena offal?
 First Pogril: I don't know either.  Wretched, isn't it?

 -HitchHiker's Guide to the Galaxy




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


Re: [Qgis-developer] OS X 2.0 packages update

2013-09-25 Thread Noli Sicad
Hi William,

The OTB plugin is still not working in this update.

I will send you a screenshot of the error.

Noli



On 9/25/13, William Kyngesburye wokl...@kyngchaos.com wrote:
 Very odd, the package has this library link correct.  Try deleting QGIS.app
 and reinstalling.

 On Sep 25, 2013, at 3:24 AM, Andreas Neumann wrote:

 Hi William,

 Thank you for your continuous support on this issue.

 Unfortunately, GRASS still does not work in my processing environment. It
 still complains about missing dependencies.

 ---

 In parallel to Processing I am also testing the GRASS plugin.

 I can successfully create new MAPSETs and open them. The modules are
 found, but when loading one, e.g. v.surf.rst, I get this error message:

 

 Kann Modul v.surf.rst nicht starten
 DYLD_LIBRARY_PATH=
 QGIS_PREFIX_PATH=
 Befehl: /Applications/QGIS.app/Contents/MacOS/grass/bin/v.surf.rst
 --interface-description

 dyld: Library not loaded: /usr/local/lib/libfftw3.3.dylib Referenced from:
 /Applications/QGIS.app/Contents/MacOS/grass/lib/libgrass_gmath.6.4.3.dylib
 Reason: image not found

 ---

 so it seems to complain about libfftw3.3.dylib

 Andreas

 On Tue, 24 Sep 2013 20:24:55 -0500, William Kyngesburye wrote:
 I did a link hunt and fixed up all the link errors I could find, and
 took care of some other packaging problems.

 Also, Snow Leopard package is now ready.

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 History is an illusion caused by the passage of time, and time is an
 illusion caused by the passage of history.

 - Hitchhiker's Guide to the Galaxy


 ___
 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

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 History is an illusion caused by the passage of time, and time is an
 illusion caused by the passage of history.

 - Hitchhiker's Guide to the Galaxy


 ___
 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


Re: [Qgis-developer] OS X 2.0 packages update

2013-09-25 Thread Noli Sicad
I deleted QGIS.app before installing.

I deleted QGIS.app again and reinstalled. Yet I got the same problem,
OTB is not working as showed in the screenshot that I sent you.

Noli

On 9/25/13, William Kyngesburye wokl...@kyngchaos.com wrote:
 Again, very odd, it's correct in the installer package.  Try deleting
 QGIS.app and reinstalling.

 On Sep 25, 2013, at 8:45 AM, Noli Sicad wrote:

 Hi William,

 The OTB plugin is still not working in this update.

 I will send you a screenshot of the error.

 Noli



 On 9/25/13, William Kyngesburye wokl...@kyngchaos.com wrote:
 Very odd, the package has this library link correct.  Try deleting
 QGIS.app
 and reinstalling.

 On Sep 25, 2013, at 3:24 AM, Andreas Neumann wrote:

 Hi William,

 Thank you for your continuous support on this issue.

 Unfortunately, GRASS still does not work in my processing environment.
 It
 still complains about missing dependencies.

 ---

 In parallel to Processing I am also testing the GRASS plugin.

 I can successfully create new MAPSETs and open them. The modules are
 found, but when loading one, e.g. v.surf.rst, I get this error message:

 

 Kann Modul v.surf.rst nicht starten
 DYLD_LIBRARY_PATH=
 QGIS_PREFIX_PATH=
 Befehl: /Applications/QGIS.app/Contents/MacOS/grass/bin/v.surf.rst
 --interface-description

 dyld: Library not loaded: /usr/local/lib/libfftw3.3.dylib Referenced
 from:
 /Applications/QGIS.app/Contents/MacOS/grass/lib/libgrass_gmath.6.4.3.dylib
 Reason: image not found

 ---

 so it seems to complain about libfftw3.3.dylib

 Andreas

 On Tue, 24 Sep 2013 20:24:55 -0500, William Kyngesburye wrote:
 I did a link hunt and fixed up all the link errors I could find, and
 took care of some other packaging problems.

 Also, Snow Leopard package is now ready.

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 History is an illusion caused by the passage of time, and time is an
 illusion caused by the passage of history.

 - Hitchhiker's Guide to the Galaxy


 ___
 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

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 History is an illusion caused by the passage of time, and time is an
 illusion caused by the passage of history.

 - Hitchhiker's Guide to the Galaxy


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


 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 First Pogril: Why is life like sticking your head in a bucket filled with
 hyena offal?
 Second Pogril: I don't know.  Why IS life like sticking your head in a
 bucket filled with hyena offal?
 First Pogril: I don't know either.  Wretched, isn't it?

 -HitchHiker's Guide to the Galaxy



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


Re: [Qgis-developer] Qgis.org download-site has no support for Ubuntu 13.04?

2013-09-24 Thread Noli Sicad
Hi Guus,

You can get it in ubuntugis-unstable.

https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable?field.series_filter=raring

Regards, Noli

On 9/24/13, Guus van den Berg gtcvandenb...@gmail.com wrote:
 Hi All,

 While surfing over
 http://qgis.org/en/site/forusers/alldownloads.html#linux I can't seem to
 find a downloadlink for Ubuntu 13.04 (Raring). Is this correct and if
 so, is there supposed to be one soon?

 Regards,

 Guus van den Berg.
 ___
 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


Re: [Qgis-developer] How to install properly Processing Plugin QGIS 2.0.1 in Ubuntu?

2013-09-24 Thread Noli Sicad
I got this error in Opening QGIS 2.0.1 in Ubuntu (13,04) raring.

[ERROR] Can not make qgis.db private copy

How do you fix this error?

Thanks, Noli


On 9/24/13, Noli Sicad nsi...@gmail.com wrote:
 Hi Victor,

 I got a red letter in Processing Plugin in Ubuntu (13.04) raring
 (external hard drive in Macbookpro Retina).

 How do I install Processing Plugin properly in Ubuntu?

 What packages needed for this Processing Plugin to work in Ubuntu?

 Thanks.

 Regards, Noli

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


[Qgis-developer] How do I compile OTB-3.18.1 in Mac OS X / Any Mac OS X binary that works with OTB plugin in QGIS 2.0.1?

2013-09-23 Thread Noli Sicad
Hi,

How do I compile OTB-3.18.1 in Mac OS X?

Any Mac OS X binary that works with the OTB QGIS 2.0.1 Plugin?

I think we still need the OTB binary for OTB plugin in QGIS 2.0.1.

Thanks,

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


Re: [Qgis-developer] How do I compile OTB-3.18.1 in Mac OS X / Any Mac OS X binary that works with OTB plugin in QGIS 2.0.1?

2013-09-23 Thread Noli Sicad
Hi John,

Thanks for pointing for Homebrew OTB-3.18.0 formula.

I will install it. I hope this would be compatible with OTB-3.18.1
that QGIS 2.0.1 OTB plugin is using.

I hope William will have OTB-3.18.1 binary soon so everything works in
the box, just like Windows and Ubuntu Linux counterparts.

Although, Windows QGIS OTB and GRASS plugins in Windows QGIS 2.0.1
does not work as well.

Thanks.

Regards, Noli



On 9/24/13, John C. Tull jct...@gmail.com wrote:
 Hi Noli,

 The homebrew package manager has an orfeo formula. I just installed it, and
 it seems to work for me, although I'm not a user of OTB so I didn't do much
 testing. It is currently version 3.18.0, but I'm not sure if that matters or
 not.

 Cheers,
 John

 On Sep 23, 2013, at 6:25 AM, Noli Sicad nsi...@gmail.com wrote:

 Hi,

 How do I compile OTB-3.18.1 in Mac OS X?

 Any Mac OS X binary that works with the OTB QGIS 2.0.1 Plugin?

 I think we still need the OTB binary for OTB plugin in QGIS 2.0.1.

 Thanks,

 Noli
 ___
 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


Re: [Qgis-developer] More packaging issues. Turning off Processing simplified mode

2013-09-23 Thread Noli Sicad
Hi Victor,

I hope OTB, GRASS and SAGA plugins in QGIS 2.0.1 work in Windows and
Mac OS X. I don't know what is the status of these plugins in Linux
(i.e. Ubuntu).

Anybody knows if these plugins working in Ubuntu properly?

It is not so clear in the instruction, if OTB, GRASS and SAGA binaries
are necessary to make these QGIS 2.0.1 plugins works in Processing.

Thanks, Noli

On 9/23/13, Victor Olaya vola...@gmail.com wrote:
 Hi all

 I have tried to install 2.0.1 from OSGeo4W and I have seen that it
 doesn't have GRASS, SAGA or OTB as dependencies. I guess this lack of
 dependencies propagates to the standalone installer (although it
 installs GRASS, AFAICT)

 Don't know if this is a packaging issue or is intentional, but
 Processing assumes that at least SAGA and OTB are installed, and the
 idea was to give less advanced users soething that works out of the
 box, without having to install anything else (at least in the windows
 version).

 Since this might not be true (I don't know if there was some
 misunderstanding when we discussed this), I am going to turn off the
 Simplified interface, which hides the complexity of the algorithm
 providers. I prefer to have something that actually looks more
 complex, than something that looks simple, but then it is not working
 if you do not do some more advanced configuration and installing.

 Do you think this is a good idea? I am seeing that most users
 complaining about Processing do it because of installation problems
 (lack of 3rd party apps in this case), and I prefer to target more
 advanced users that can solve those problems themselves, than target
 basic users when we cannot provide a one-step installation and they
 are going to find a malfunctioning plugin.

 cheers
 Victor
 ___
 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


Re: [Qgis-developer] Processing report: first issues

2013-09-21 Thread Noli Sicad
Hi Victor,

The OTB and Grass plugins are not working in Windows 7 and Mac OS X.
Previously in QGIS 1.9.0, the Unsupervised KMeans image classification
in OTB, was working, however, GRASS is not working as well. I am
trying to use raster.reclass in GRASS.

In OTB, the problem is output.tiff and in the GRASS the input raster
is not found.

How do we fix these problem.

Anybody using OTB and GRASS in Linux (Ubuntu)? Does OTB and GRASS
works in QGIS 2.0.1?

Thanks.

Regards, Noli





On 9/21/13, Victor Olaya vola...@gmail.com wrote:
 Is that 2.0.1 that you were using in those win machines. The
 standalone installer was working perfectly here in 10 computer with
 win 7... Hopefully we will be able to prepare a new version of
 Processing, to release it independently quite soon. I hope the problem
 i there and easy to fix, but it might be in the SAGA installation, so
 it might require a new QGIS version :-(

 2013/9/20 matteo matteo.ghe...@gmail.com:

 * all Ubuntu machines could not run saga, because they have 2.0.7


 you need to add a PPA with saga 2.10.


 mmm.. I work with Ubuntu (13.04), but if I add the repository for the 2.1
 version of saga, there is a conflict between gdal libraries.
 So it seems that it's not possible to install saga and the new qgis
 version
 at the same time (without compiling)

 Matteo

 ___
 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 mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Splash screen for 2.0

2013-07-16 Thread Noli Sicad
On 7/17/13, Nathan Woodrow madman...@gmail.com wrote:
 Here is a version with the green but also the full logo:

 https://www.dropbox.com/s/u6bj807cesttnwl/qgis_green3.png

 - Nathan

+1, I like this one, a bit sophisticated (i.e. not cheap looking) :-).

Although, I like the Q (QGIS Logo) a bit smaller, 90% might be better.

Thanks,

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


Re: [Qgis-developer] [Qgis-user] Synergy of QGIS Enterprise and QGIS 2.0/Master branch

2013-07-01 Thread Noli Sicad
Hi,

What is the license of QGIS Enterprise?

Noli



On 7/1/13, Ziegler Stefan stefan.zieg...@bd.so.ch wrote:
 Hi

 I really like the idea of a LTS version of QGIS. Is there any chance to see
 a community edition (free) of QGIS Enterprise?

 Regards
 Stefan

 -Ursprüngliche Nachricht-
 Von: qgis-user-boun...@lists.osgeo.org
 [mailto:qgis-user-boun...@lists.osgeo.org] Im
 Auftrag von Pirmin Kalberer
 Gesendet: Montag, 1. Juli 2013 12:20
 An: qgis-developer@lists.osgeo.org; qgis-u...@lists.osgeo.org
 Betreff: [Qgis-user] Synergy of QGIS Enterprise and QGIS 2.0/Master
 branch

 Hi all,

 There were some discussions about the relation of the recently announced
 QGIS
 Enterprise [1] and the upcoming QGIS 2.0 release.
 QGIS Enterprise was born out of the needs of our customers for a stable
 QGIS branch
 with frequent bug fix releases similar to the Ubuntu LTS model. Almost all
 of the
 professional QGIS users we know, have many custom plugins in use.
 Some of these plugins are applications with 10'000's lines of code! So API
 compatibility
 has absolutly hightest priority for them.
 That's the reason we branched 1.9 before the API break to give our
 customers most
 of the features of 2.0 but let them more time to migrate their plugins to
 the new API.
 We fixed many major bugs reported by our customers and applied them also
 to QGIS
 master [3]. The QGIS projects benefits from this model directly, since it
 finances at
 least Marco working 100% on QGIS core development. And there are not only
 bug
 fixes flowing back into QGIS master, but also major performance
 improvements
 [2],[4].
 We hope very much that we can carry on this synergy for the coming years
 and look
 forward to see you in Maptember to work together on QGIS 2.1!

 Regards
 Pirmin

 [1] http://qgisenterprise.com/
 [2]
 http://sourcepole.ch/2013/6/17/fossgis-2013-performance-optimised-wms-
 services-with-qgis-server
 [3] QGIS Enterprise bugfixes ported to 2.0
 - Fix ticket #5584 (crash saving empty geometry) 96a8bd64
 - Always use topological editing if using avoid intersection (where
   possible also to background layers) dc074b39
 - Better approach to split lines. Fixes bug #4618 c90870d0
 - Clear rubberband if map tool is deactivated b5a5264c
 - Fix double redraw after applying vector properties 89bdb10e
 - Fix check state for legend groups restored from project file 31d7f651
 - Format number strings with field precision for display
   in attribute table, attribute dialog and editor 6361d19f
 - Fix activation of paste action after cut/copy e2c80d35
 - Keep zoom level constant if zooming to one selected point 15e3fc35
 - Fix WFS layer items in browser 5d7ac888
 - Protect point and line pattern symbol layer from eating too much
   memory b54c75ce
 - Keep selection if exchanging ids for added features, safety check for 0
   geometry in splitFeatures method 4c02d7ff
 - Prevent overshoots with line offsets fac2bd78
 - Handle plain/regexp mode for delimited text provider same as for
 preview
   a4d83139
 - Filter string in qgis server: Allow strings and attribute names with
 bfde7c83
 - Radio button groups in composer label widget, consider label alignment
   in adjustSizeToText 12f09471
 - Mark project dirty in case of composer changes da0e4f34
 - Clear cached geometries after commit / rollback 6bbc149d
 - Fix placement of simple markers in cached images 7e793025

 [4] WMS server performance:
 - Improve performance for coordinate reprojection 863da7d0
 - Loop optimisation GDAL provider f424e2aa
 - Improve png8 conversion and a18ae684
 - Implement readBlock in gdal provider for performance reason 750579215
 - Performance optimisation in raster provider daa02e3e
 - Use 'fast clip' line clipping algorithm for long lines. Huge
 improvement
   for wms benchmark performance (long contour lines) d4f69b37
 - Use coordinate transform cache in maprenderer e0d9796f
 - Create pallabeling only once, take crs from cache ea4e77af
 - Use CRS cache and avoid sqlite lookup for each request 8dc0135b
 - Use CRS cache for faster lookup of crs by authid 15b4843c

 --
 Pirmin Kalberer
 Sourcepole  -  Linux  Open Source Solutions http://www.sourcepole.com

 ___
 Qgis-user mailing list
 qgis-u...@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 ___
 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


Re: [Qgis-developer] [Qgis-user] Synergy of QGIS Enterprise and

2013-07-01 Thread Noli Sicad
So, if It (QGIS Enterprise) is GPL, why Stefan is asking for
community edition (free) of QGIS Enterprise?

Noli

On 7/1/13, Nathan Woodrow madman...@gmail.com wrote:
  QGIS 2.0/Master branch
 MIME-Version: 1.0
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: quoted-printable

 It is GPL

 Sent from some fancy phone looking thingo
 From: Noli Sicad
 Sent: 1/07/2013 9:16 PM
 To: Ziegler Stefan
 Cc: qgis-u...@lists.osgeo.org; qgis-developer@lists.osgeo.org
 Subject: Re: [Qgis-developer] [Qgis-user] Synergy of QGIS Enterprise
 and QGIS 2.0/Master branch
 Hi,

 What is the license of QGIS Enterprise?

 Noli



 On 7/1/13, Ziegler Stefan stefan.zieg...@bd.so.ch wrote:
 Hi

 I really like the idea of a LTS version of QGIS. Is there any chance to
 s=
 ee
 a community edition (free) of QGIS Enterprise?

 Regards
 Stefan

 -Urspr=C3=BCngliche Nachricht-
 Von: qgis-user-boun...@lists.osgeo.org
 [mailto:qgis-user-boun...@lists.osgeo.org] Im
 Auftrag von Pirmin Kalberer
 Gesendet: Montag, 1. Juli 2013 12:20
 An: qgis-developer@lists.osgeo.org; qgis-u...@lists.osgeo.org
 Betreff: [Qgis-user] Synergy of QGIS Enterprise and QGIS 2.0/Master
 branch

 Hi all,

 There were some discussions about the relation of the recently announced
 QGIS
 Enterprise [1] and the upcoming QGIS 2.0 release.
 QGIS Enterprise was born out of the needs of our customers for a stable
 QGIS branch
 with frequent bug fix releases similar to the Ubuntu LTS model. Almost
 a=
 ll
 of the
 professional QGIS users we know, have many custom plugins in use.
 Some of these plugins are applications with 10'000's lines of code! So
 A=
 PI
 compatibility
 has absolutly hightest priority for them.
 That's the reason we branched 1.9 before the API break to give our
 customers most
 of the features of 2.0 but let them more time to migrate their plugins
 t=
 o
 the new API.
 We fixed many major bugs reported by our customers and applied them also
 to QGIS
 master [3]. The QGIS projects benefits from this model directly, since
 i=
 t
 finances at
 least Marco working 100% on QGIS core development. And there are not
 onl=
 y
 bug
 fixes flowing back into QGIS master, but also major performance
 improvements
 [2],[4].
 We hope very much that we can carry on this synergy for the coming years
 and look
 forward to see you in Maptember to work together on QGIS 2.1!

 Regards
 Pirmin

 [1] http://qgisenterprise.com/
 [2]
 http://sourcepole.ch/2013/6/17/fossgis-2013-performance-optimised-wms-
 services-with-qgis-server
 [3] QGIS Enterprise bugfixes ported to 2.0
 - Fix ticket #5584 (crash saving empty geometry) 96a8bd64
 - Always use topological editing if using avoid intersection (where
   possible also to background layers) dc074b39
 - Better approach to split lines. Fixes bug #4618 c90870d0
 - Clear rubberband if map tool is deactivated b5a5264c
 - Fix double redraw after applying vector properties 89bdb10e
 - Fix check state for legend groups restored from project file 31d7f651
 - Format number strings with field precision for display
   in attribute table, attribute dialog and editor 6361d19f
 - Fix activation of paste action after cut/copy e2c80d35
 - Keep zoom level constant if zooming to one selected point 15e3fc35
 - Fix WFS layer items in browser 5d7ac888
 - Protect point and line pattern symbol layer from eating too much
   memory b54c75ce
 - Keep selection if exchanging ids for added features, safety check for
 =
 0
   geometry in splitFeatures method 4c02d7ff
 - Prevent overshoots with line offsets fac2bd78
 - Handle plain/regexp mode for delimited text provider same as for
 preview
   a4d83139
 - Filter string in qgis server: Allow strings and attribute names with
 bfde7c83
 - Radio button groups in composer label widget, consider label alignment
   in adjustSizeToText 12f09471
 - Mark project dirty in case of composer changes da0e4f34
 - Clear cached geometries after commit / rollback 6bbc149d
 - Fix placement of simple markers in cached images 7e793025

 [4] WMS server performance:
 - Improve performance for coordinate reprojection 863da7d0
 - Loop optimisation GDAL provider f424e2aa
 - Improve png8 conversion and a18ae684
 - Implement readBlock in gdal provider for performance reason 750579215
 - Performance optimisation in raster provider daa02e3e
 - Use 'fast clip' line clipping algorithm for long lines. Huge
 improvement
   for wms benchmark performance (long contour lines) d4f69b37
 - Use coordinate transform cache in maprenderer e0d9796f
 - Create pallabeling only once, take crs from cache ea4e77af
 - Use CRS cache and avoid sqlite lookup for each request 8dc0135b
 - Use CRS cache for faster lookup of crs by authid 15b4843c

 --
 Pirmin Kalberer
 Sourcepole  -  Linux  Open Source Solutions http://www.sourcepole.com

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

Re: [Qgis-developer] [Qgis-user] Synergy of QGIS Enterprise and QGIS 2.0/Master branch

2013-07-01 Thread Noli Sicad
I don't know how QGIS people interpret GPL based on this wikipedia definition.

http://en.wikipedia.org/wiki/GNU_General_Public_License

Noli

On 7/1/13, Pirmin Kalberer pi...@sourcepole.com wrote:
 Am Montag, 1. Juli 2013, 21.34:08 schrieb Noli Sicad:
 Please clarify all customers?

 A customer is an organisation/person with a Basic, Corporate, Premium or
 Strategic QGIS Enterprise contract.
 See http://qgisenterprise.com/unser-angebot/pricing/

 Pirmin


 On 7/1/13, Pirmin Kalberer pi...@sourcepole.com wrote:
  Hi Noli,
 
  Am Montag, 1. Juli 2013, 21.16:36 schrieb Noli Sicad:
  What is the license of QGIS Enterprise?
 
  QGIS Enterprise is GPL licensed and the source code is available for
  all
  customers.
 
  Pirmin
 
  On 7/1/13, Ziegler Stefan stefan.zieg...@bd.so.ch wrote:
   Hi
  
   I really like the idea of a LTS version of QGIS. Is there any chance
   to
   see
   a community edition (free) of QGIS Enterprise?
  
   Regards
   Stefan
  
   -Ursprüngliche Nachricht-
   Von: qgis-user-boun...@lists.osgeo.org
   [mailto:qgis-user-boun...@lists.osgeo.org] Im
   Auftrag von Pirmin Kalberer
   Gesendet: Montag, 1. Juli 2013 12:20
   An: qgis-developer@lists.osgeo.org; qgis-u...@lists.osgeo.org
   Betreff: [Qgis-user] Synergy of QGIS Enterprise and QGIS 2.0/Master
   branch
  
   Hi all,
  
   There were some discussions about the relation of the recently
   announced
   QGIS
   Enterprise [1] and the upcoming QGIS 2.0 release.
   QGIS Enterprise was born out of the needs of our customers for a
   stable
   QGIS branch
   with frequent bug fix releases similar to the Ubuntu LTS model.
   Almost
   all
   of the
   professional QGIS users we know, have many custom plugins in use.
   Some of these plugins are applications with 10'000's lines of code!
   So
   API
   compatibility
   has absolutly hightest priority for them.
   That's the reason we branched 1.9 before the API break to give our
   customers most
   of the features of 2.0 but let them more time to migrate their
   plugins
   to
   the new API.
   We fixed many major bugs reported by our customers and applied them
   also
   to QGIS
   master [3]. The QGIS projects benefits from this model directly,
   since
   it
   finances at
   least Marco working 100% on QGIS core development. And there are
   not
   only
   bug
   fixes flowing back into QGIS master, but also major performance
   improvements
   [2],[4].
   We hope very much that we can carry on this synergy for the coming
   years
   and look
   forward to see you in Maptember to work together on QGIS 2.1!
  
   Regards
   Pirmin
  
   [1] http://qgisenterprise.com/
   [2]
   http://sourcepole.ch/2013/6/17/fossgis-2013-performance-optimised-wms-
   services-with-qgis-server
   [3] QGIS Enterprise bugfixes ported to 2.0
   - Fix ticket #5584 (crash saving empty geometry) 96a8bd64
   - Always use topological editing if using avoid intersection (where
  
 possible also to background layers) dc074b39
  
   - Better approach to split lines. Fixes bug #4618 c90870d0
   - Clear rubberband if map tool is deactivated b5a5264c
   - Fix double redraw after applying vector properties 89bdb10e
   - Fix check state for legend groups restored from project file
   31d7f651
   - Format number strings with field precision for display
  
 in attribute table, attribute dialog and editor 6361d19f
  
   - Fix activation of paste action after cut/copy e2c80d35
   - Keep zoom level constant if zooming to one selected point
   15e3fc35
   - Fix WFS layer items in browser 5d7ac888
   - Protect point and line pattern symbol layer from eating too much
  
 memory b54c75ce
  
   - Keep selection if exchanging ids for added features, safety check
   for
   0
  
 geometry in splitFeatures method 4c02d7ff
  
   - Prevent overshoots with line offsets fac2bd78
   - Handle plain/regexp mode for delimited text provider same as for
   preview
  
 a4d83139
  
   - Filter string in qgis server: Allow strings and attribute names
   with
   bfde7c83
   - Radio button groups in composer label widget, consider label
   alignment
  
 in adjustSizeToText 12f09471
  
   - Mark project dirty in case of composer changes da0e4f34
   - Clear cached geometries after commit / rollback 6bbc149d
   - Fix placement of simple markers in cached images 7e793025
  
   [4] WMS server performance:
   - Improve performance for coordinate reprojection 863da7d0
   - Loop optimisation GDAL provider f424e2aa
   - Improve png8 conversion and a18ae684
   - Implement readBlock in gdal provider for performance reason
   750579215
   - Performance optimisation in raster provider daa02e3e
   - Use 'fast clip' line clipping algorithm for long lines. Huge
   improvement
  
 for wms benchmark performance (long contour lines) d4f69b37
  
   - Use coordinate transform cache in maprenderer e0d9796f
   - Create pallabeling only once, take crs from cache ea4e77af
   - Use CRS cache and avoid sqlite lookup for each request

Re: [Qgis-developer] [Qgis-user] Synergy of QGIS Enterprise and

2013-07-01 Thread Noli Sicad
I rather see this QGIS Enterprise license under LGPL than GPL.

Noli

On 7/1/13, Nathan Woodrow madman...@gmail.com wrote:
 Yes, Stefan is asking for a community driven based one.  One that comes
 from qgis.org rather then another company.  Not that there is anything
 wrong with what sourepole are doing, it's a great idea to support customers
 and being under GPL gives anyone the ability to do that.

 We have talked about a stable branch for 2.0.  It might happen, might
 not.  I'm hoping that I might be able to spend some time on it but help is
 always welcome.

 - Nathan


 On Mon, Jul 1, 2013 at 9:38 PM, Pirmin Kalberer
 pi...@sourcepole.comwrote:

 Am Montag, 1. Juli 2013, 21.31:00 schrieb Noli Sicad:
  So, if It (QGIS Enterprise) is GPL, why Stefan is asking for
  community edition (free) of QGIS Enterprise?

 I guess Stefan would like to see a community maintained stable branch of
 QGIS.
 This was discussed a few times on this list and was actually done for
 older
 QGIS versions, but there were not enough resources for maintaining stable
 branches anymore.

 Pirmin

 
  On 7/1/13, Nathan Woodrow madman...@gmail.com wrote:
QGIS 2.0/Master branch
  
   MIME-Version: 1.0
   Content-Type: text/plain; charset=utf-8
   Content-Transfer-Encoding: quoted-printable
  
   It is GPL
  
   Sent from some fancy phone looking thingo
   From: Noli Sicad
   Sent: 1/07/2013 9:16 PM
   To: Ziegler Stefan
   Cc: qgis-u...@lists.osgeo.org; qgis-developer@lists.osgeo.org
   Subject: Re: [Qgis-developer] [Qgis-user] Synergy of QGIS Enterprise
   and QGIS 2.0/Master branch
   Hi,
  
   What is the license of QGIS Enterprise?
  
   Noli
  
   On 7/1/13, Ziegler Stefan stefan.zieg...@bd.so.ch wrote:
   Hi
  
   I really like the idea of a LTS version of QGIS. Is there any chance
 to
   s=
  
   ee
  
   a community edition (free) of QGIS Enterprise?
  
   Regards
   Stefan
  
   -Urspr=C3=BCngliche Nachricht-
   Von: qgis-user-boun...@lists.osgeo.org
   [mailto:qgis-user-boun...@lists.osgeo.org] Im
   Auftrag von Pirmin Kalberer
   Gesendet: Montag, 1. Juli 2013 12:20
   An: qgis-developer@lists.osgeo.org; qgis-u...@lists.osgeo.org
   Betreff: [Qgis-user] Synergy of QGIS Enterprise and QGIS 2.0/Master
   branch
  
   Hi all,
  
   There were some discussions about the relation of the recently
 announced
   QGIS
   Enterprise [1] and the upcoming QGIS 2.0 release.
   QGIS Enterprise was born out of the needs of our customers for a
 stable
   QGIS branch
   with frequent bug fix releases similar to the Ubuntu LTS model.
 Almost
   a=
  
   ll
  
   of the
   professional QGIS users we know, have many custom plugins in use.
   Some of these plugins are applications with 10'000's lines of code!
 So
   A=
  
   PI
  
   compatibility
   has absolutly hightest priority for them.
   That's the reason we branched 1.9 before the API break to give our
   customers most
   of the features of 2.0 but let them more time to migrate their
 plugins
   t=
  
   o
  
   the new API.
   We fixed many major bugs reported by our customers and applied them
 also
   to QGIS
   master [3]. The QGIS projects benefits from this model directly,
 since
   i=
  
   t
  
   finances at
   least Marco working 100% on QGIS core development. And there are
   not
   onl=
  
   y
  
   bug
   fixes flowing back into QGIS master, but also major performance
   improvements
   [2],[4].
   We hope very much that we can carry on this synergy for the coming
 years
   and look
   forward to see you in Maptember to work together on QGIS 2.1!
  
   Regards
   Pirmin
  
   [1] http://qgisenterprise.com/
   [2]
  
 http://sourcepole.ch/2013/6/17/fossgis-2013-performance-optimised-wms-
   services-with-qgis-server
   [3] QGIS Enterprise bugfixes ported to 2.0
   - Fix ticket #5584 (crash saving empty geometry) 96a8bd64
   - Always use topological editing if using avoid intersection (where
  
 possible also to background layers) dc074b39
  
   - Better approach to split lines. Fixes bug #4618 c90870d0
   - Clear rubberband if map tool is deactivated b5a5264c
   - Fix double redraw after applying vector properties 89bdb10e
   - Fix check state for legend groups restored from project file
 31d7f651
   - Format number strings with field precision for display
  
 in attribute table, attribute dialog and editor 6361d19f
  
   - Fix activation of paste action after cut/copy e2c80d35
   - Keep zoom level constant if zooming to one selected point
   15e3fc35
   - Fix WFS layer items in browser 5d7ac888
   - Protect point and line pattern symbol layer from eating too much
  
 memory b54c75ce
  
   - Keep selection if exchanging ids for added features, safety check
 for
   =
  
   0
  
 geometry in splitFeatures method 4c02d7ff
  
   - Prevent overshoots with line offsets fac2bd78
   - Handle plain/regexp mode for delimited text provider same as for
   preview
  
 a4d83139
  
   - Filter string in qgis server: Allow strings and attribute names

Re: [Qgis-developer] [Qgis-user] Synergy of QGIS Enterprise and

2013-07-01 Thread Noli Sicad
On 7/1/13, Nathan Woodrow madman...@gmail.com wrote:
 On Mon, Jul 1, 2013 at 10:06 PM, Noli Sicad nsi...@gmail.com wrote:

 I rather see this QGIS Enterprise license under LGPL than GPL


 You can't.  QGIS Enterprise == QGIS + extra stuff.

 - Nathan

In my opinion, if it is GPL, QGIS Enterprise should be available to
Public as General Public License (GPL).

http://en.wikipedia.org/wiki/GNU_General_Public_License

BTW, I have not interest in using QGIS Enterprise. I am happy with
QGIS 1.8 in Mac OS X.

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


Re: [Qgis-developer] Synergy of QGIS Enterprise and QGIS 2.0/Master branch

2013-07-01 Thread Noli Sicad
If Sourcepole would like to follow with OpenGeo business model, that is fine.

Remember that OpenGeo provides,

1. Enterprise version, and
2. Community version.

Noli




On 7/1/13, Ziegler Stefan stefan.zieg...@bd.so.ch wrote:
 Yes and the code is available on our github repository.

 regards
 Stefan

 -Ursprüngliche Nachricht-
 Von: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-
 boun...@lists.osgeo.org] Im Auftrag von Pirmin Kalberer
 Gesendet: Montag, 1. Juli 2013 14:08
 An: jr.morre...@enoreth.net
 Cc: qgis-developer@lists.osgeo.org
 Betreff: Re: [Qgis-developer] Synergy of QGIS Enterprise and QGIS
 2.0/Master branch

 Am Montag, 1. Juli 2013, 13.51:31 schrieb jr.morre...@enoreth.net:
  On 2013-07-01 13:33, Pirmin Kalberer wrote:
   Hi Jean-Roc,
  
   Am Montag, 1. Juli 2013, 13.01:42 schrieb jr.morre...@enoreth.net:
   Is this going to be an open initiative or limited to a Sourcepole's
   offering ? Will you backport translations ?
  
   QGIS Enterprise is an internal QGIS branch maintained by Sourcepole.
   We backport translations as needed by our customers. Currently we
   have english and german speaking Enterprise customers. A french
   edition could be coming soon.
  
   Regards
   Pirmin
 
  Thank for this information. This is a good thing and I'm sure there is
  a demand for it in France :) , the only downside I see is that a
  single company is getting the use of the Enterprise tag attached to
  QGIS.

 Don't forget the french speaking part of Switzerland ;-) As GeoServer
 shows, there
 can be several Enterprise offerings [1],[2].

 Pirmin

 [1] http://opengeo.org/products/suite/buy/
 [2] http://geo-solutions.blogspot.ch/2013/07/geoserver-enterprise.html

 --
 Pirmin Kalberer
 Sourcepole  -  Linux  Open Source Solutions http://www.sourcepole.com

 ___
 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 mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS on Ubuntu Tablet

2013-05-22 Thread Noli Sicad
Hi Larry,

The latest QGIS Mobile SoC is using Qt QML as UI for QGIS Mobile.

http://rcarrillo.org/tags/qgis-planet

Probably, you can hack this code and run native in Qt5 QML in Ubuntu
Tablet (Nexus 10).

Ubuntu Tablet Mir (new replacement of X-server in Ubuntu)  is very
friendly with Qt QML.

Thanks,

Noli

On 5/23/13, Larry Shaffer lar...@dakotacarto.com wrote:
 Hi,

 Just yesterday I was approached at work about making a mobile gis-based
 field mapping program for dinosaur bone excavations (my current day job is
 IT- and design-related for a professional paleontology company). Of course
 I thought of a QGIS-Android and QMap first. Then, I read about the upcoming
 Ubuntu Tablet (Touch) [0], a replacement for Android on modern tablets
 (e.g. Google Nexus, etc.) currently in development release [1][2].

 As I understand, it is the full OS, with a stripped GUI down using a custom
 version of Unity that allows both desktop and mobile apps to run
 side-by-side, both literally and graphically.

 Has anyone tried this OS on a tablet yet; and, if so, do you have a guess
 on how QGIS might run under it? (I'm looking into a Nexus 10 for testing.)

 Marco Bernasocchi, since it appears to be just getting everything to
 compile and run under ARM chip, any thoughts on what may be needed to get
 QGIS up and running under such an OS? I have not found whether Python is
 supported yet, but I anticipate it will be.

 [0] http://www.ubuntu.com/tablet
 [1]
 http://arstechnica.com/gadgets/2013/02/ubuntu-for-tablets-arriving-on-nexus-7-nexus-10-this-week/
 [2] https://wiki.ubuntu.com/Touch

 Regards,

 Larry

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


Re: [Qgis-developer] Final Logo Pick

2013-05-20 Thread Noli Sicad
+1 to Logo design committee.

+1 to Winner to Larry so we can keep the money :-).

I read the we are using QGIS instead of Quantum GIS now.

I think we should focus on designing a logo on Q now.

Gary Sherman uses the arrow in the Logo. And Tim likes abstract.

I was inspired with Nathan posting on git logo. Although, I thought
that I seen similar logo before. The git logo is similar to USB logo.

Going back to Gary S. arrow, Tim liking of abstract and Nathan git
logo liking, I decided draw a QGIS Logo. I always like this dynamic
arrow.

I got 2 designs;

1). 3 dynamic arrows + smaller one.
2). 2 dynamic arrows + smaller one.

The dynamic arrow represents (dynamic) / moving, progressing,
evolving, etc. just like QGIS is evolving!

These logos give tribute to Gary Sherman original Q logo with an arrow.

I am not saying that we should pick one of these logo. (I like the 3
dynamic arrows). What I am saying that we should design a abstract
logo based on Q.

However, I would be happy if we can use this concepts - dynamic arrows
and improve the designs.

You can view the 2 logo designs and icon representation (below URL)

https://picasaweb.google.com/116847891529748214201/QGIS_Logo#5879960654900104018

Thanks.

Regards,

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


Re: [Qgis-developer] Final Logo Pick

2013-05-20 Thread Noli Sicad
Here's new render of the Q logo (i.e. arrows)

https://picasaweb.google.com/116847891529748214201/QGIS_Logo#

Thanks.

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


Re: [Qgis-developer] Final Logo Pick

2013-05-20 Thread Noli Sicad
Now, looking the standard dynamic arrows. Yes. it looks like the
recycling logo :-).

However, the one render by ballpen does not.

Now, the challenge is how can we create a good Q logo

Noli



On 5/20/13, Marco Bernasocchi ma...@bernawebdesign.ch wrote:
 On 05/20/2013 11:37 AM, Noli Sicad wrote:
 Here's new render of the Q logo (i.e. arrows)

 https://picasaweb.google.com/116847891529748214201/QGIS_Logo#

 Thanks.

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

 there was a similar logo in the competition IIRC and was dismissed
 because the 3 arrows metaphoirically remember the recicling logo.

 ciao

 --
 Marco Bernasocchi
 http://opengis.ch

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


Re: [Qgis-developer] Final Logo Pick

2013-05-20 Thread Noli Sicad
Yes, I guess we can't use the 3 arrows.

https://www.google.com.au/search?hl=ensite=imghptbm=ischsource=hpbiw=1343bih=622q=recyclingoq=recyclinggs_l=img.3..0l10.2312.5769.0.6030.13.11.1.1.1.2.634.2235.2j4j2j1j0j1.10.0...0.0...1ac.1.14.img.uF_GqfTjgtI

But probably 2 or 1 arrow.

Have a look at the new ballpen renders (1 and 2 arrows Q logos).

https://picasaweb.google.com/116847891529748214201/QGIS_Logo

Thanks,

Noli




On 5/20/13, Noli Sicad nsi...@gmail.com wrote:
 Now, looking the standard dynamic arrows. Yes. it looks like the
 recycling logo :-).

 However, the one render by ballpen does not.

 Now, the challenge is how can we create a good Q logo

 Noli



 On 5/20/13, Marco Bernasocchi ma...@bernawebdesign.ch wrote:
 On 05/20/2013 11:37 AM, Noli Sicad wrote:
 Here's new render of the Q logo (i.e. arrows)

 https://picasaweb.google.com/116847891529748214201/QGIS_Logo#

 Thanks.

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

 there was a similar logo in the competition IIRC and was dismissed
 because the 3 arrows metaphoirically remember the recicling logo.

 ciao

 --
 Marco Bernasocchi
 http://opengis.ch


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


Re: [Qgis-developer] [Qgis-psc] Logo Update

2013-04-30 Thread Noli Sicad
 Could you ask AndyZendy to make one the same as #50 but replacing 'auntum'
 with 'Desktop'? For me that is my favourite one (and the derived cards and
 tshirts) but the Quantum part is obsolete. We coould then replace Desktop
 with Server, Mobile etc as the subbrand demands...

 Tim

+1 to Tim idea

QGIS Desktop
QGIS Server
QGIS Mobile Android
QGIS Mobile Ubuntu

I think the next QGIS hit will QGIS mobile Ubuntu since Ubuntu Mobile
(phone and tablet) support Qt and Qt Quick / QML.

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


Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread Noli Sicad
@Andyzendy #50 is good. However, would it be possible to have new
design based on #50a (e.g. #50a)  with a globe inside Q or a raster +
vector graphics inside the Q.

Thanks, Noli



On 4/25/13, Nathan Woodrow madman...@gmail.com wrote:
 Hey all,

 The logo comp has now moved into the final rounds and we have to pick at
 winner out the designers left. The designs there are not final yet and I
 will be giving feedback to the designers to iterate their designs into
 something that we like. I have updated the design brief to include the
 community aspect and that it must also work as a desktop icon.

 I have just sent of an email to 99designs to get the final round extended
 by another 7 days in order to collect more designs and have time for people
 to view and comment.   If there are any variations of the designs. or a new
 direction, please post it here and I will update the comp with those
 details.

 The round with the designs is here
 http://99designs.com.au/logo-design/contests/qgis-needs-logo-210397.

 REMEMBER: These designs are not final until the last minute so we must get
 feedback to the designers if we would like to see something different.

 Regards,
 Nathan


 On Sun, Apr 21, 2013 at 6:11 AM, Tim Sutton t...@linfiniti.com wrote:

 Hi


 On Sat, Apr 20, 2013 at 11:41 PM, Anita Graser anitagra...@gmx.at
 wrote:

 Hi,

 http://99designs.com/logo-**design/contests/qgis-needs-**
 logo-210397/entries/267http://99designs.com/logo-design/contests/qgis-needs-logo-210397/entries/267

 is a little too similar to

 http://www.laudontech.com/


 Hmm you are right. Its a pity as that was my favourite.

 T




 for my taste.

 Best wishes,
 Anita

 __**_
 Qgis-psc mailing list
 qgis-...@lists.osgeo.org
 http://lists.osgeo.org/**mailman/listinfo/qgis-pschttp://lists.osgeo.org/mailman/listinfo/qgis-psc




 --
 Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)
 ==
 Visit http://linfiniti.com to find out about:
  * QGIS programming services
  * GeoDjango web development
  * FOSS Consulting Services
 Skype: timlinux Irc: timlinux on #qgis at freenode.net
 ==

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



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


Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-25 Thread Noli Sicad
 http://99designs.de/logo-design/contests/qgis-needs-logo-210397/entries/33

 But I would also like to see #33 more abstract and less colourful as in
 #65.

 http://99designs.de/logo-design/contests/qgis-needs-logo-210397/entries/65

 So my favourite would be a mixture between #33 and #65 and only with QGIS
 and not Quantum GIS as text.

+1 to Otto suggestion.

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


Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-19 Thread Noli Sicad
I like #50 but with slight modification, a globe inside the Q would be
good. The globe designed from #315 is nice to be put inside the Q in
#50.

Noli

On 4/20/13, Nathan Woodrow madman...@gmail.com wrote:
 Hi all,

 There is now another poll with some more designs:

 http://99designs.com.au/logo-design/vote-9qwk3a

 All polls can be found at:

 http://99designs.com.au/logo-design/contests/qgis-needs-logo-210397/polls

 - Nathan


 On Sat, Apr 20, 2013 at 2:01 PM, Nathan Woodrow madman...@gmail.com
 wrote:

 Hey all,

 Here are the current top running designs, could everyone please cast
 there
 vote (star rating). http://99designs.com.au/logo-design/vote-6srjtn
 Remember the final designs will be taken into the final round were the
 design can be tweaked more, removing words, change colours, layout, etc.

  http://99designs.com.au/logo-design/vote-6srjtn

 - Nathan


 On Sat, Apr 20, 2013 at 12:56 PM, Nathan Woodrow
 madman...@gmail.comwrote:

 Hey all,

 I'm going to go over what people have voted for so far and put them in a
 poll for people to vote on.  The top designs out of that will go though
 to
 the final round where we can have more iterations of the picked designs.

 - Nathan


 On Fri, Apr 19, 2013 at 4:22 PM, Marco Bernasocchi 
 ma...@bernawebdesign.ch wrote:

 Marco Bernasocchi (mobile)
 http://opengis.ch
 On Apr 19, 2013 4:23 AM, Tim Sutton li...@linfiniti.com wrote

  Personally I would automatically exclude anything that uses a compass
  metaphor - it is so cliche and is used by so many different products
  out there that it does not distinguish ours from the rest.

 +1
 as well anything that is more a drawing like #12
 ciao
 
  Regards
 
  Tim

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





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


Re: [Qgis-developer] Icon theme update

2013-04-16 Thread Noli Sicad
Hope the final gis theme looks not so foreign (aka odd looking) in
the Mac OS X.

Gis theme looks nice in Ubuntu.

Noli

On 4/17/13, Tim Sutton li...@linfiniti.com wrote:
 Hi



 On Tue, Apr 16, 2013 at 10:27 PM, Larry Shaffer lar...@dakotacarto.com
 wrote:

 8--snip--

 One consequence of eliminating the classic theme as an option is a lot
 of otherwise good, general documentation (articles, blog posts,
 stackexchange posts, books) will be crippled.


 I think most users would figure out the difference, though I guess it
 would be confusing for complete newbies. Since GIS 2.0 will ship with
 the GIS theme activated by default (and it would show up on all
 computers as default since QGIS 2.0 has a discrete settings archive)
 having or not having the old theme won't make any difference to the
 user's out of box experience. You would need to go back to old
 materials and instruct the user to switch themes in the options dialog
 before those materials  could make sense to them.


 * When developing or updating an icon for a 2.0+ feature, only one icon
 is
 made for the new theme, and then copied to the classic theme, i.e.
 minimal
 development time spent on the old theme.


 There should be no need for this - if the new theme is the default any
 other theme should fall back to it if an icon is not present (assuming
 the original logic I wrote for that has not since been removed).

 * After 2.0 is released, remove the classic theme from master branch and
 only move forward with the new theme. This assumes that between 2.0 and
 2.1
 many of the screen captures can be updated. Still not helpful for a book,
 however.

 Thoughts on those ideas?


 Personally I think that just defers the problem.

 Regards

 Tim


 --
 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 knowledge
 surrounding your issue will be shared with all.

 Visit http://linfiniti.com to find out about:
  * QGIS programming and support services
  * Mapserver and PostGIS based hosting plans
  * FOSS Consulting Services
 Skype: timlinux
 Irc: timlinux on #qgis at freenode.net
 ==
 ___
 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


Re: [Qgis-developer] Icon theme update

2013-04-15 Thread Noli Sicad
Hi Larry,

What is the summary of this posting?

Does mean that we can use themes in QGIS 2.0?

I like to revive my nkids theme for QGIS 2.0 as option for Mac OS X
QGIS, is this possible?

Thanks.

Noli



On 4/16/13, Larry Shaffer lar...@dakotacarto.com wrote:
 Hi,

 So, I've pushed a large update to master that condenses down the default
 icon theme by overriding it with the gis theme (the theme voted to be the
 replacement). I apologize if the change is abrupt, but it needed done with
 enough time to edit/fix things before 2.0 release.

 I did this in the following manner:

 1) Copied the gis theme over the default theme. Any files of same name were
 replaced, missing files added. The was done for plugins that also managed
 icon sets per theme (grass, georeferencer and ftools).

 The state of previous icon theme sets and directory structure are preserved
 as a download here [0] (saves switching local or browsing online git repo
 to find replaced/removed ones). These can be added back to source
 directory, for reference, or not.

 2) Updated all appropriate .qrc and .ui files that referenced old theme
 paths.

 3) Switched some icons to improve consistency (mostly to + and - icons for
 table widget row editing)

 4) Proofed every dialog I could think of, though I'm sure I missed
 something. This was from both running from build directory and from
 installed app on Mac.

 5) Added some code to ensure any old saved theme choice now goes to
 default. No theme support code was removed.

 6) Updated CMakeList.txt files to ensure SVGs are also copied on install.


 Where to go from here:

 * Please, let me know if I made a mistake somewhere.

 * We now have a single set of icons on which to work and update. Icons
 should be updated, especially those that don't match current theme.

 * Moving to SVG can be aided by leaving the getThemeIcon/Pixmap calls and
 referencing the file by base name, without extension, e.g.
 QgsApplication::getThemePixmap( pie-chart ). When using this technique,
 as soon as a .png is replaced with a .svg in a .qrc resource file, it is
 auto-found, without having to edit anymore code. Let me know if this
 approach should be used.

 [0] http://drive.dakotacarto.com/qgis/QGIS-images_pre-gis-theme-switch.zip

 Regards,

 Larry

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


Re: [Qgis-developer] Icon theme update

2013-04-15 Thread Noli Sicad
Hi Larry,

OK. Thanks for clarification.

I understand the decision to have a one theme. That's is fine.
However, I like to do my own compile version with nkids in Mac OS X
later on. Is it possible. I like to see first are the set of icons
needs to be done.

Thanks.

Noli




On 4/16/13, Larry Shaffer lar...@dakotacarto.com wrote:
 Hi Noli,

 On Mon, Apr 15, 2013 at 7:00 PM, Noli Sicad nsi...@gmail.com wrote:

 Hi Larry,

 What is the summary of this posting?


 Some time ago, devs voted to move to the 'gis' theme as the default, i.e.
 not just the one selected by default but also the only theme supported by
 the project. Even after this update, you may notice the icons are still
 hodge-podge with inconsistent ones needing work. Due to lack of developers
 to maintain multiple project-supported themes, it is best to have only one,
 so that a concerted effort can be made to keep it complete and cohesive.

 Does mean that we can use themes in QGIS 2.0?


 No theme support code was removed, only the gis theme condensed upon the
 current default (because many default icons are still used) and old project
 themes removed. However, there has been talk of removing all theme support,
 but I can't speak to the state of that decision.

 I like to revive my nkids theme for QGIS 2.0 as option for Mac OS X
 QGIS, is this possible?


 I'm not entirely sure, but to use a different theme than the default, you
 will need to add it to the appropriate source directories, edit the .qrc
 files and compile the source again. For example, nkids has been in the
 source themes directory for awhile, but not choose-able in the gui because
 it is not been made part of compiled-in resource system.

 I did add some code to push any old saved theme choice over to the new
 default, so if you did add a revamped nkids theme, maybe considering giving
 it a new name as well.


 If I am misunderstanding the current state of decisions regarding the move
 forward for icon themes, somebody please correct me (see also [0]).

 Regards,

 Larry

 [0] http://hub.qgis.org/issues/7551

 Thanks.

 Noli



 On 4/16/13, Larry Shaffer lar...@dakotacarto.com wrote:
  Hi,
 
  So, I've pushed a large update to master that condenses down the
  default
  icon theme by overriding it with the gis theme (the theme voted to be
  the
  replacement). I apologize if the change is abrupt, but it needed done
 with
  enough time to edit/fix things before 2.0 release.
 
  I did this in the following manner:
 
  1) Copied the gis theme over the default theme. Any files of same name
 were
  replaced, missing files added. The was done for plugins that also
  managed
  icon sets per theme (grass, georeferencer and ftools).
 
  The state of previous icon theme sets and directory structure are
 preserved
  as a download here [0] (saves switching local or browsing online git
  repo
  to find replaced/removed ones). These can be added back to source
  directory, for reference, or not.
 
  2) Updated all appropriate .qrc and .ui files that referenced old theme
  paths.
 
  3) Switched some icons to improve consistency (mostly to + and - icons
 for
  table widget row editing)
 
  4) Proofed every dialog I could think of, though I'm sure I missed
  something. This was from both running from build directory and from
  installed app on Mac.
 
  5) Added some code to ensure any old saved theme choice now goes to
  default. No theme support code was removed.
 
  6) Updated CMakeList.txt files to ensure SVGs are also copied on
  install.
 
 
  Where to go from here:
 
  * Please, let me know if I made a mistake somewhere.
 
  * We now have a single set of icons on which to work and update. Icons
  should be updated, especially those that don't match current theme.
 
  * Moving to SVG can be aided by leaving the getThemeIcon/Pixmap calls
  and
  referencing the file by base name, without extension, e.g.
  QgsApplication::getThemePixmap( pie-chart ). When using this
  technique,
  as soon as a .png is replaced with a .svg in a .qrc resource file, it
  is
  auto-found, without having to edit anymore code. Let me know if this
  approach should be used.
 
  [0]
 http://drive.dakotacarto.com/qgis/QGIS-images_pre-gis-theme-switch.zip
 
  Regards,
 
  Larry
 


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


Re: [Qgis-developer] Update to the SpatiaLite provider - ( Mac OS X nighty build)

2012-12-04 Thread Noli Sicad
 On Fri, Nov 30, 2012 at 4:58 PM, Giuseppe Sucameli sucam...@faunalia.it
 wrote:
 Before merging it I've opened a pull request [1], further tests
 are welcome.

 I'm going to merge it today, if there are no objections, of
 course. Better having it in core to make testing easier,
 that out like now.

Hi Larry,

Would it be possible to tell us when you release a Mac OS X nightly
build that includes this update Spatialite provider (i.e. SPL 4.0.0).

Thanks.

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


Re: [Qgis-developer] Get rid of Shapefiles ! Go SpatiaLite !

2012-11-27 Thread Noli Sicad
Hi Stefan,

 Your point is very common and I understand this situation.
 But the ArcGIS SW suite doesn't really make interoperability easy and tends
 to maintain a vendor lock-in.
 My proposal is to break this deadlock by programming an free ArcGIS desktop
 extension which reads/writes Spatialite.
 Any volunteers?

It's almost done (i.e. just read, not write Spatialtie).

AmigoCloud's GDAL/OGR Plugin for ArcGIS.

It reads from Spatialtie and other formats at the moment.

https://github.com/RBURHUM/arcgis-ogr

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


Re: [Qgis-developer] Get rid of Shapefiles ! Go SpatiaLite !

2012-11-26 Thread Noli Sicad
Spatialite 4.0.0 was released yesterday. Sandro will update the
Spatialite QGIS data provider in the next few days to support
Spatialite 4.0.x.

Noli







On 11/27/12, haubourg regis.haubo...@eau-adour-garonne.fr wrote:
 Hey +1 for me! I answered in the old post on GeoJSON.
 You pointed exactly what's missing now !




 --
 View this message in context:
 http://osgeo-org.1560.n6.nabble.com/Re-Get-rid-of-Shapefiles-Go-SpatiaLite-tp5018830p5018893.html
 Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
 ___
 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


Re: [Qgis-developer] ESRI FileGDB support on Mac OS X using Homebrew

2012-11-18 Thread Noli Sicad
Hi John,

 Did it work for you? I tried this a few weeks back and it did not work for
 me on OS X Mountain Lion. Instead, I had to revert to my hacked gdal.rb
 hombrew install script. I placed the script online:
 http://pastebin.com/uK6LQpUH

 Also, see this for where I got my patches from:
 https://gist.github.com/2005158

No. I have not tried doing this thing yet. I don't have a need for
FileGDB at the moment.

Thanks for these links.

Regards,

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


[Qgis-developer] ESRI FileGDB support on Mac OS X using Homebrew

2012-11-17 Thread Noli Sicad
Hi,

FYI

Installing GDAL/OGR with FileGDB support on OSX with Homebrew

http://blog.burhum.com/post/34851795066/installing-gdal-ogr-with-filegdb-support-on-osx-with

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


Re: [Qgis-developer] Manipulating JSON files from Python

2012-11-14 Thread Noli Sicad
This might help.

Tablib: Pythonic Tabular Datasets

http://docs.python-tablib.org/en/latest/


tablib.Dataset()
A Dataset is a table of tabular data. It may or may not have a
header row. They can be build and manipulated as raw Python datatypes
(Lists of tuples|dictionaries). Datasets can be imported from JSON,
YAML, and CSV; they can be exported to XLSX, XLS, ODS, JSON, YAML,
CSV, TSV, and HTML.

tablib.Databook()
A Databook is a set of Datasets. The most common form of a
Databook is an Excel file with multiple spreadsheets. Databooks can be
imported from JSON and YAML; they can be exported to XLSX, XLS, ODS,
JSON, and YAML.

https://github.com/kennethreitz/tablib

Noli

On 11/15/12, gene martin.lal...@gmail.com wrote:
 see also  json – JavaScript Object Notation Serializer
 http://www.doughellmann.com/PyMOTW/json/   in the series Python Module of
 the Week of Doug Helmann. Sean Gillies (Shapely) also developed GeoJSON (
 http://pypi.python.org/pypi/geojson/1.0.1
 http://pypi.python.org/pypi/geojson/1.0.1  ) for geospatial purposes.
 For others implementations see
 http://pypi.python.org/pypi?%3Aaction=searchterm=jsonsubmit=search
 http://pypi.python.org/pypi?%3Aaction=searchterm=jsonsubmit=search

 As already mentioned, json, once loaded into Python is nothing more than a
 dictionary.



 --
 View this message in context:
 http://osgeo-org.1560.n6.nabble.com/Manipulating-JSON-files-from-Python-tp5016253p5016491.html
 Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
 ___
 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


Re: [Qgis-developer] Manipulating JSON files from Python

2012-11-14 Thread Noli Sicad
Editing while reading in tablib -  pull request

https://github.com/kennethreitz/tablib/pull/84

Noli



On 11/15/12, Pēteris Brūns p...@sungis.lv wrote:
 Probably in other case yes, but for Andreas required things better is to
 use python built in functionality and escape from external dependencies.

 Regards,

 On 2012.11.15. 09:34, Noli Sicad wrote:
 This might help.

 Tablib: Pythonic Tabular Datasets

 http://docs.python-tablib.org/en/latest/


 tablib.Dataset()
  A Dataset is a table of tabular data. It may or may not have a
 header row. They can be build and manipulated as raw Python datatypes
 (Lists of tuples|dictionaries). Datasets can be imported from JSON,
 YAML, and CSV; they can be exported to XLSX, XLS, ODS, JSON, YAML,
 CSV, TSV, and HTML.

 tablib.Databook()
  A Databook is a set of Datasets. The most common form of a
 Databook is an Excel file with multiple spreadsheets. Databooks can be
 imported from JSON and YAML; they can be exported to XLSX, XLS, ODS,
 JSON, and YAML.

 https://github.com/kennethreitz/tablib

 Noli

 On 11/15/12, gene martin.lal...@gmail.com wrote:
 see also  json – JavaScript Object Notation Serializer
 http://www.doughellmann.com/PyMOTW/json/   in the series Python Module
 of
 the Week of Doug Helmann. Sean Gillies (Shapely) also developed GeoJSON
 (
 http://pypi.python.org/pypi/geojson/1.0.1
 http://pypi.python.org/pypi/geojson/1.0.1  ) for geospatial purposes.
 For others implementations see
 http://pypi.python.org/pypi?%3Aaction=searchterm=jsonsubmit=search
 http://pypi.python.org/pypi?%3Aaction=searchterm=jsonsubmit=search

 As already mentioned, json, once loaded into Python is nothing more than
 a
 dictionary.



 --
 View this message in context:
 http://osgeo-org.1560.n6.nabble.com/Manipulating-JSON-files-from-Python-tp5016253p5016491.html
 Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
 ___
 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


 --
 Pēteris Brūns
 SunGIS
 +371 26336691
 p...@sungis.lv

 ___
 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] Mac OS X - QGIS 1.8 and QGIS nightly builds - cursor keys not working in Open Attribute Table Grid

2012-11-09 Thread Noli Sicad
Hi,

I have not been using QGIS lately, but 2 days ago, I started to use
again trying to do some thematic mapping from my Mixed Integer
Programming (MIP) model so the result can be viewed spatially.

I noticed that I can not use the cursor keys to move back and forth,
left to right of the Attribute Table Grid in QGIS 1.8.0. I also
download the latest QGIS nightly build and I also encountered the same
problem (i.e. cursor keys not working in the Grid). However, in
Properties - Fields, the up and down cursor keys are working.

Anybody has the same experience with the cursor keys in Attribute
Table Grid in Mac OS X (10.8)?

I am using the Macbookpro retina (the classic model - entry level - i7 2.3 Ghz).

What is the difference between the 'Atttibute Table Grid and the
Field Grid in Properties?

I think something wrong with the Attribute Table Grid codes or
component in Mac OS X, if there is no problem in Windows 7 and Linux.

(I am not using Windows 7 and Linux for QGIS 1.8.0 and above).

Thanks.

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


Re: [Qgis-developer] matplotlib in mac

2012-10-23 Thread Noli Sicad
On 10/24/12, Paolo Cavallini cavall...@faunalia.it wrote:
 Hi all.
 Sorry I may repeat old threads, which I didnìt follow well beacuse I do
 not use mac: whay is matplotlib not installed by thefault in the mac
 package? And what is the best way to instal it?
 Thanks a lot.

Hi Paolo,

I think Matplotib package is not install in by default in any other
system. You have to download and install it by yourself.

Anyway, you can download in Willam's site (below) and install it very
easily in Mac OS X.

http://www.kyngchaos.com/software/python

The package works as well for Mountain Lion.

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


Re: [Qgis-developer] [Qgis-user] Using/visualizing 3D data (Z values)

2012-09-26 Thread Noli Sicad
On 9/26/12, gene martin.lal...@gmail.com wrote:
 The problem is that Shapely is based on GEOS and GEOS isn't a 3D library at
 all. *The z of the geometries are not considered during any spatial
 operations but you can use matplotlib to represent the 3D geometry*

Spatialite 4.0 has 3D and it is using GEOS library for geometry. I
wonder where Spatialite gets its 3D?



POINT   2D, XY
AddGeometryColumn('tbl', 'geom', 4326, 'POINT', 2);
AddGeometryColumn('tbl', 'geom', 4326, 'POINT', 'XY')
AddGeometryColumn('tbl', 'geom', 4326, 'POINT');

3D, XYZ 
AddGeometryColumn('tbl', 'geom', 4326, 'POINT', 3);
AddGeometryColumn('tbl', 'geom', 4326, 'POINT', 'XYZ')
AddGeometryColumn('tbl', 'geom', 4326, 'POINTZ')
AddGeometryColumn('tbl', 'geom', 4326, 'POINTZ', 3);
AddGeometryColumn('tbl', 'geom', 4326, 'POINTZ', 'XYZ');

2D + measure, XYM   
AddGeometryColumn('tbl', 'geom', 4326, 'POINT', 'XYM');
AddGeometryColumn('tbl', 'geom', 4326, 'POINTM');
AddGeometryColumn('tbl', 'geom', 4326, 'POINTM', 'XYM');

3D + measure, XYZM  
AddGeometryColumn('tbl', 'geom', 4326, 'POINT', 4);
AddGeometryColumn('tbl', 'geom', 4326, 'POINT', 'XYZM')
AddGeometryColumn('tbl', 'geom', 4326, 'POINTZM');
AddGeometryColumn('tbl', 'geom', 4326, 'POINTZM', 4);
AddGeometryColumn('tbl', 'geom', 4326, 'POINTZM', 'XYZM');

https://www.gaia-gis.it/fossil/libspatialite/wiki?name=switching-to-4.0

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


Re: [Qgis-developer] Upgraded collapsible groupboxes

2012-09-12 Thread Noli Sicad
Hi Larry,

On 9/12/12, Larry Shaffer lar...@dakotacarto.com wrote:
 We have tested on some Linux versions and on Mac. *Feedback on the
 look and functionality, as well as any OS-specific issues, would be
 greatly appreciated.* It would be best to make sure these new changes
 work on (hopefully) every supported platform before using them more
 extensively.

Any chance,  we (Mac OS X users) can download the unstable (QGIS
1.9.x) version for Mac OS X?

I think it would be good to have Mac OS X unstable releases as well.

Probably, you can place some of your Mac OS X binaries (QGIS 1.9.x
testing) in sourceforge.

QGIS.org can probably open a sourceforge account just to hosting the
QGIS 1.9.x (unstable / testing) packages for Mac OS X, for example.

William's site does not have QGIS unstable releases now.

Thanks in advance.

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


Re: [Qgis-developer] Nightly builds of master branch for Mac

2012-09-12 Thread Noli Sicad
On 9/12/12, Larry Shaffer lar...@dakotacarto.com wrote:

 Everything about the nightly is outlined here: http://qgis.dakotacarto.com/
  (dang, just noticed it's currently stuck at Sept. 9th, will fix ASAP)

Thanks Larry.

It works in Mountain Lion (Mac OS 1.8.1).

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


Re: [Qgis-developer] OGR2Layers Plugin - Output textbox directory is not active in QGIS 1.8 Mac OS X

2012-09-03 Thread Noli Sicad
On 9/3/12, Luca Delucchi lucadel...@gmail.com wrote:

 Any Popup with do.

 I have not seen it (i.e. Popup for GeoJSON table attributes) in your
 plugin.


 there are, you have to select one of query option in Optional tab

OK. I got it. It has Popup.

Nice one.

Sorry.

Thanks.

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


Re: [Qgis-developer] Sextante - OTB plugin and SAR data in Mac OS X

2012-08-30 Thread Noli Sicad
Hi Julien,

I am almost at the end of this struggle :-).

On 8/27/12, Julien Malik julien.ma...@c-s.fr wrote:

 Go to your build dir and type make install

Yes, I did the above.

I got a lot of otbcli_* in the /usr/local/bin

 Then look in CMAKE_INSTALL_PREFIX/bin and you should be able to launch
 an OTB application (otbcli_Something scripts)

Do I need to run some of these binaries to get the SEXTANTE OTB Plugin working.

I see the sextante/otb is present.

 Then in Sextante configuration, you should set :
 -OTB command line tools option to CMAKE_INSTALL_PREFIX/bin
 -OTB applications folder option to CMAKE_INSTALL_PREFIX/lib/otb

What file (python file?), I am looking to see these parameters?

It seem that my /sextante/otb/__init__.py is empty.

I got these files:

OTBAlgorithm.py
OTBAlgorithmProvider.py
OTBUtils.py

Thanks.

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


Re: [Qgis-developer] Sextante - OTB plugin and SAR data in Mac OS X

2012-08-30 Thread Noli Sicad
Hi Julian,

 Le 30/08/2012 08:55, Noli Sicad a écrit :
 Do I need to run some of these binaries to get the SEXTANTE OTB Plugin
 working.

 Yes that is what Sextante/OTB uses.
 Better check first that you have installed everything properly, and can
 actually process some images with it.
 Then in Sextante configuration, you should set :
 -OTB command line tools option to CMAKE_INSTALL_PREFIX/bin
 -OTB applications folder option to CMAKE_INSTALL_PREFIX/lib/otb
 What file (python file?), I am looking to see these parameters?

 No, in the menu Analysis-Sextante option and configuration


OK.

YES. I got it now.

It seems everything is working now.

Thanks a lot your help.

Regards,

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


Re: [Qgis-developer] Sextante - OTB plugin and SAR data in Mac OS X

2012-08-29 Thread Noli Sicad
Hi Julien.

Thanks.

 You are missing the last argument in the cmake command line, specifying
 the source directory.
 Read again the command line provided by William, and don't miss the ..


I am almost there :-).

gdal problem.

##

Last login: Wed Aug 29 15:29:48 on ttys011
Nolis-MacBook-Pro:build nsicad$ cmake -D
CMAKE_INSTALL_PREFIX=/usr/local -D CMAKE_BUILD_TYPE=MinSizeRel -D
CMAKE_OSX_ARCHITECTURES=x86_64 -D CMAKE_OSX_DEPLOYMENT_TARGET=10.8
-D CMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.8.sdk -D
OTB_WRAP_QT=OFF -D OTB_WRAP_JAVA=OFF -D OTB_WRAP_PYTHON=OFF -D
BUILD_APPLICATIONS=ON -D OTB_USE_VISU_GUI=OFF -D
TIFF_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
GEOTIFF_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
JPEG_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
USE_OPENMP=OFF -D CMAKE_INSTALL_NAME_DIR=/usr/local/lib/otb ..
-- Repository status :
--   Mercurial version is 2.3
--   Repository revision is 0bbc4e4c5374
--   No files modified locally
-- Importing GDAL...
--   GDAL includes : /usr/local/include
--   GDAL library  : /usr/local/lib/libgdal.dylib
CMake Error at CMake/ImportGdal.cmake:37 (MESSAGE):
  gdal-config not found or set to a wrong path.  Please check
  GDALCONFIG_EXECUTABLE
Call Stack (most recent call first):
  CMakeLists.txt:212 (INCLUDE)


-- Configuring incomplete, errors occurred!
Nolis-MacBook-Pro:build nsicad$

#

Same problem with your script, (i.e. gdal problem as well).

I will post the error after this.

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


Re: [Qgis-developer] Sextante - OTB plugin and SAR data in Mac OS X

2012-08-29 Thread Noli Sicad
Hi Julien,

OK.

 Check the cmake variables and verify they point to actual directories.
 You are getting this error since the cmake variable you are using are
 not defined.


I inserted this:

SET (CTEST_BINARY_DIRECTORY  /Users/nsicad/Documents/Work_1new/OTB/build)

I got gdal problem as well (see logs below).

Thanks.

Noli

###

Nolis-MacBook-Pro:OTB nsicad$ ctest -S otb.cmake -VV
* Extra verbosity turned on
Reading Script: /Users/nsicad/Documents/Work_1new/OTB/otb.cmake
SetCTestConfiguration:SourceDirectory:/Users/nsicad/Documents/Work_1new/OTB
SetCTestConfiguration:BuildDirectory:/Users/nsicad/Documents/Work_1new/OTB/build
Run dashboard with model Nightly
   Source directory: /Users/nsicad/Documents/Work_1new/OTB
   Build directory: /Users/nsicad/Documents/Work_1new/OTB/build
   Reading ctest configuration file:
/Users/nsicad/Documents/Work_1new/OTB/CTestConfig.cmake
SetCTestConfigurationFromCMakeVariable:NightlyStartTime:CTEST_NIGHTLY_START_TIME
SetCTestConfiguration:NightlyStartTime:20:00:00 CEST
SetCTestConfigurationFromCMakeVariable:Site:CTEST_SITE
SetCTestConfiguration:Site:leod.c-s.fr
SetCTestConfigurationFromCMakeVariable:BuildName:CTEST_BUILD_NAME
SetCTestConfiguration:BuildName:MacOSX10.8-Release
   Site: leod.c-s.fr
   Build name: MacOSX10.8-Release
Determine Nightly Start Time
   Specified time: 20:00:00 CEST
   Use Nightly tag: 20120828-1800
SetCTestConfiguration:SourceDirectory:/Users/nsicad/Documents/Work_1new/OTB
SetCTestConfigurationFromCMakeVariable:HGCommand:CTEST_HG_COMMAND
SetCTestConfiguration:HGCommand:/usr/local/bin/hg
SetCTestConfigurationFromCMakeVariable:HGUpdateOptions:CTEST_HG_UPDATE_OPTIONS
SetCTestConfiguration:HGUpdateOptions:-C
SetCTestConfiguration:BuildDirectory:/Users/nsicad/Documents/Work_1new/OTB/build
SetCTestConfiguration:SourceDirectory:/Users/nsicad/Documents/Work_1new/OTB
   Updating the repository: /Users/nsicad/Documents/Work_1new/OTB
   Use HG repository type
   Old revision of repository is: 0bbc4e4c5374
   New revision of repository is: 0bbc4e4c5374
   Gathering version information (one . per revision):

SetCTestConfiguration:BuildDirectory:/Users/nsicad/Documents/Work_1new/OTB/build
SetCTestConfiguration:SourceDirectory:/Users/nsicad/Documents/Work_1new/OTB
SetCTestConfiguration:ConfigureCommand:/Applications/CMake
2.8-8.app/Contents/bin/cmake -GUnix Makefiles
/Users/nsicad/Documents/Work_1new/OTB
SetCTestConfiguration:BuildDirectory:/Users/nsicad/Documents/Work_1new/OTB/build
SetCTestConfiguration:SourceDirectory:/Users/nsicad/Documents/Work_1new/OTB
Configure project
Configure with command: /Applications/CMake
2.8-8.app/Contents/bin/cmake -GUnix Makefiles
/Users/nsicad/Documents/Work_1new/OTB
Run command: /Applications/CMake 2.8-8.app/Contents/bin/cmake
-GUnix Makefiles /Users/nsicad/Documents/Work_1new/OTB
   Each . represents 1024 bytes of output
.-- The C compiler identification is GNU 4.2.1
-- The CXX compiler identification is GNU 4.2.1
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Repository status :
--   Mercurial version is 2.3
--   Repository revision is 0bbc4e4c5374
.--   No files modified locally
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of void*
-- Check size of void* - done
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of float
-- Check size of float - done
-- Check size of double
-- Check size of double - done
-- Looking for limits.h
-- Looking for limits.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for include files sys/types.h, sys/prctl.h
-- Looking for include files sys/types.h, sys/prctl.h - not found.
-- Check if the system is big endian
-- Searching 16 bit integer
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
.-- Check if the system is big endian - little endian
-- Looking for 

Re: [Qgis-developer] Sextante - OTB plugin and SAR data in Mac OS X

2012-08-29 Thread Noli Sicad
Hi Julien,

Yes, I will do these things that you mentioned below.

 First please change the CTEST_SITE variable in the script (put something
 as noli or whatever), otherwise you will overwrite my submissions to [1].
 It seems like you have internet access issue (see errors at the end of
 the script, maybe missing http_proxy env var) so your build results
 did not get to the dashboard this time...
 Also please change ctest_start(Nightly) to ctest_start(Experimental).

 About your gdal issue, look in the script for the section where GDAL*
 variables are set :

 GDALCONFIG_EXECUTABLE:FILEPATH=/opt/local/bin/gdal-config
 GDAL_CONFIG:FILEPATH=/opt/local/bin/gdal-config
 GDAL_INCLUDE_DIR:STRING=/opt/local/include
 GDAL_LIBRARY:FILEPATH=/opt/local/lib/libgdal.dylib

 And customize this to match William's framework.
 Maybe it's just about changing /opt (macport install location) to
 /usr/local (William's framework location)
 You have to find where the gdal-config executable is on your system.

 Do the same for GEOTIFF*, TIFF* and JPEG* variables.
 For the other ones (EXPAT, CURL) cmake shall find the OSX version itself.

 Julien

 [1] http://dash.orfeo-toolbox.org/index.php?project=OTB

Meanwhile, I just test William's script with some addtion for the GDAL.

Here is part of the logs.



Nolis-MacBook-Pro:build nsicad$ cmake -D
CMAKE_INSTALL_PREFIX=/usr/local -D CMAKE_BUILD_TYPE=MinSizeRel -D
CMAKE_OSX_ARCHITECTURES=x86_64 -D CMAKE_OSX_DEPLOYMENT_TARGET=10.8
-D CMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.8.sdk -D
OTB_WRAP_QT=OFF -D OTB_WRAP_JAVA=OFF -D OTB_WRAP_PYTHON=OFF -D
BUILD_APPLICATIONS=ON -D OTB_USE_VISU_GUI=OFF -D
GDALCONFIG_EXECUTABLE:FILEPATH=/Library/Frameworks/GDAL.framework/unix/bin/gdal-config
-D GDAL_CONFIG:FILEPATH=/Library/Frameworks/GDAL.framework/unix/bin/gdal-config
-D GDAL_INCLUDE_DIR:STRING=/Library/Frameworks/GDAL.framework/unix/include
-D 
GDAL_LIBRARY:FILEPATH=/Library/Frameworks/GDAL.framework/unix//lib/libgdal.dylib
-D TIFF_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
GEOTIFF_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
JPEG_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
USE_OPENMP=OFF -D CMAKE_INSTALL_NAME_DIR=/usr/local/lib/otb ..
-- Repository status :
--   Mercurial version is 2.3
--   Repository revision is 0bbc4e4c5374
--   No files modified locally
-- Importing GDAL...
-- Found GDAL: /Library/Frameworks/GDAL.framework/unix/lib/libgdal.dylib
--   GDAL includes : /Library/Frameworks/GDAL.framework/unix/include
--   GDAL library  : /Library/Frameworks/GDAL.framework/unix/lib/libgdal.dylib
--   GDAL version is 1.9.1
--   Testing if GDAL has tiff-- no
--   Testing if GDAL has geotiff -- no
--   Testing if GDAL has jpeg-- no
--   Testing if GDAL has OGR -- yes
-- Performing Test CHECK_GDALOPEN_SYMBOL
-- Performing Test CHECK_GDALOPEN_SYMBOL - Failed
CMake Warning at CMake/ImportGdal.cmake:210 (MESSAGE):
  CHECK_GDALOPEN_SYMBOL test failed : your platform exhibits a gdal/geotiff
  conflict.

William, what is it the GDAL have this nos

e.g.

--   Testing if GDAL has tiff-- no
--   Testing if GDAL has geotiff -- no
--   Testing if GDAL has jpeg-- no

Julien, I think I will encounter this problem with GDAL with your
script as well. I am using William's GDAL framework.

Thanks.

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


Re: [Qgis-developer] Sextante - OTB plugin and SAR data in Mac OS X

2012-08-29 Thread Noli Sicad
Hi William and Julien,

This one does not work.

 -D GDAL_CONFIG=/Library/Frameworks/GDAL.framework/Programs/gdal-config

See this log.

#
Nolis-MacBook-Pro:build nsicad$ cmake -D
CMAKE_INSTALL_PREFIX=/usr/local -D CMAKE_BUILD_TYPE=MinSizeRel -D
CMAKE_OSX_ARCHITECTURES=x86_64 -D CMAKE_OSX_DEPLOYMENT_TARGET=10.8
-D CMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.8.sdk -D
OTB_WRAP_QT=OFF -D OTB_WRAP_JAVA=OFF -D OTB_WRAP_PYTHON=OFF -D
BUILD_APPLICATIONS=ON -D OTB_USE_VISU_GUI=OFF -D
GDAL_CONFIG=/Library/Frameworks/GDAL.framework/Programs/gdal-config -D
GDAL_INCLUDE_DIR=/Library/Frameworks/GDAL.framework/Headers -D
GDAL_LIBRARY=/Library/Frameworks/GDAL.framework -D
TIFF_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
GEOTIFF_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
JPEG_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
USE_OPENMP=OFF -D CMAKE_INSTALL_NAME_DIR=/usr/local/lib/otb ..
-- Repository status :
--   Mercurial version is 2.3
--   Repository revision is 0bbc4e4c5374
--   No files modified locally
-- Importing GDAL...
--   GDAL includes : /Library/Frameworks/GDAL.framework/Headers
--   GDAL library  : /Library/Frameworks/GDAL.framework
CMake Error at CMake/ImportGdal.cmake:37 (MESSAGE):
  gdal-config not found or set to a wrong path.  Please check
  GDALCONFIG_EXECUTABLE
Call Stack (most recent call first):
  CMakeLists.txt:212 (INCLUDE)

##

However, this one works with still no support.

-D 
GDALCONFIG_EXECUTABLE:FILEPATH=/Library/Frameworks/GDAL.framework/Programs/gdal-config

See this logs.

##

Nolis-MacBook-Pro:build nsicad$ cmake -D
CMAKE_INSTALL_PREFIX=/usr/local -D CMAKE_BUILD_TYPE=MinSizeRel -D
CMAKE_OSX_ARCHITECTURES=x86_64 -D CMAKE_OSX_DEPLOYMENT_TARGET=10.8
-D CMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.8.sdk -D
OTB_WRAP_QT=OFF -D OTB_WRAP_JAVA=OFF -D OTB_WRAP_PYTHON=OFF -D
BUILD_APPLICATIONS=ON -D OTB_USE_VISU_GUI=OFF -D
GDALCONFIG_EXECUTABLE:FILEPATH=/Library/Frameworks/GDAL.framework/Programs/gdal-config
-D GDAL_INCLUDE_DIR=/Library/Frameworks/GDAL.framework/Headers -D
GDAL_LIBRARY=/Library/Frameworks/GDAL.framework -D
TIFF_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
GEOTIFF_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
JPEG_LIBRARY=/Library/Frameworks/UnixImageIO.framework -D
USE_OPENMP=OFF -D CMAKE_INSTALL_NAME_DIR=/usr/local/lib/otb ..
-- Repository status :
--   Mercurial version is 2.3
--   Repository revision is 0bbc4e4c5374
--   No files modified locally
-- Importing GDAL...
--   GDAL includes : /Library/Frameworks/GDAL.framework/Headers
--   GDAL library  : /Library/Frameworks/GDAL.framework
--   GDAL version is 1.9.1
--   Testing if GDAL has tiff-- no
--   Testing if GDAL has geotiff -- no
--   Testing if GDAL has jpeg-- no
--   Testing if GDAL has OGR -- yes
-- Importing LibLAS...
-- Could NOT find LIBLAS (missing:  LIBLAS_LIBRARY LIBLAS_INCLUDE_DIR)
-- Using LibLAS internal version
-- Importing EXPAT...
-- Using EXPAT external version
-- Importing ITK...
--   Using ITK internal version
-- Importing Jpeg2000...
--   Enabling Jpeg2000 support
-- Importing FLTK...
--   Disabling FLTK support
-- Importing Curl...
-- Using CURL external version



Anyway, I just make and make install.

I wonder how important is support for Tiff, GeoTiff, JPEG in GDAL affects OTB.

Yes, I managed to compile and install ITK, It takes hours to compile
and install it in Mac OS X.

Now, the Sextante OTB QGIS python plugin. It is not present in
Sextante, where can I download the QGIS python OTB plugin?

Julien, you have the address of the repository for this plugin?

There is no OTB instruction in Sextante Help that comes with Sextante
plugin. It is not written yet.

I am using Sextante 1.0.7.

Thanks.

Noli



 It may be the gdal-config path creating confusion.  There are actually 2
 version of gdal-config in my framework.  The one you used that is in the
 unix/ folder is designed for old software that doesn't handle framework
 flags - it uses the standard -Lpath -llib form.  Maybe the test for the GDAL
 functions is seeing the Macports GDAL first, which causes a confusion of
 GDAL and tiff/geotiff libs.

 The gdal-config in the Programs folder is what you want - it uses -framework
 linking, so you don't accidentally get a non-frameword GDAL.  Same goes for
 manually specifying the GDAL lib and include paths. So:

 -D GDAL_CONFIG=/Library/Frameworks/GDAL.framework/Programs/gdal-config
 -D GDAL_INCLUDE_DIR=/Library/Frameworks/GDAL.framework/Headers
 -D GDAL_LIBRARY=/Library/Frameworks/GDAL.framework

 (cmake knows that a .framework for a library is a framework, and how to
 translate that for compilation)

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


Re: [Qgis-developer] Sextante - OTB plugin and SAR data in Mac OS X

2012-08-28 Thread Noli Sicad
Hi Julien,

I tried your script and I got this error (below)

Noli

##
Last login: Wed Aug 29 15:07:22 on ttys011
Nolis-MacBook-Pro:OTB nsicad$ ctest -S otb.cmake -VV
* Extra verbosity turned on
Reading Script: /Users/nsicad/Documents/Work_1new/OTB/otb.cmake
CMake Error at otb.cmake:100 (ctest_empty_binary_directory):
  ctest_empty_binary_directory called with incorrect number of arguments


CMake Error at otb.cmake:104 (ctest_start):
  ctest_start binary directory not specified.  Specify binary directory as an
  argument or set CTEST_BINARY_DIRECTORY


SetCTestConfiguration:SourceDirectory:/Users/nsicad/Documents/Work_1new/OTB/build
SetCTestConfigurationFromCMakeVariable:HGCommand:CTEST_HG_COMMAND
SetCTestConfiguration:HGCommand:/usr/local/bin/hg
SetCTestConfigurationFromCMakeVariable:HGUpdateOptions:CTEST_HG_UPDATE_OPTIONS
SetCTestConfiguration:HGUpdateOptions:-C
SetCTestConfiguration:BuildDirectory:/Users/nsicad/Documents/Work_1new/OTB
SetCTestConfiguration:SourceDirectory:/Users/nsicad/Documents/Work_1new/OTB/build
Cannot create directory /Testing/Temporary
Cannot create log file: LastUpdate.log
   Updating the repository: /Users/nsicad/Documents/Work_1new/OTB/build
Cannot find UpdateCommand  configuration key.
CMake Error at otb.cmake:106 (file):
  file Internal CMake error when trying to open file: /CMakeCache.txt for
  writing.


SetCTestConfiguration:BuildDirectory:/Users/nsicad/Documents/Work_1new/OTB
SetCTestConfiguration:SourceDirectory:/Users/nsicad/Documents/Work_1new/OTB/build
Cannot instantiate test handler ctest_configure
CMake Error at otb.cmake:107 (ctest_configure):
  ctest_configure CMakeLists.txt file does not exist
  [/Users/nsicad/Documents/Work_1new/OTB/build/CMakeLists.txt]


CMake Error at otb.cmake:108 (ctest_read_custom_files):
  ctest_read_custom_files called with incorrect number of arguments


SetCTestConfiguration:MakeCommand:/usr/bin/make -j8 -i -k
SetCTestConfiguration:BuildDirectory:/Users/nsicad/Documents/Work_1new/OTB
SetCTestConfiguration:SourceDirectory:/Users/nsicad/Documents/Work_1new/OTB/build
Build project
MakeCommand:/usr/bin/make -j8 -i -k
Cannot create directory /Testing/Temporary
Cannot create log file: LastBuild.log
Cannot create build log file
Run command: /usr/bin/make -j8 -i -k
   Each symbol represents 1024 bytes of output.
   '!' represents an error and '*' a warning.
!make: *** No targets specified and no makefile found.  Stop.
 Size of output: 0K
Command exited with the value: 2
Current Tag empty, this may mean NightlyStartTime /
CTEST_NIGHTLY_START_TIME was not set correctly. Or maybe you forgot to
call ctest_start() before calling ctest_configure().
Cannot create build XML file
Error in read script: /Users/nsicad/Documents/Work_1new/OTB/otb.cmake
Nolis-MacBook-Pro:OTB nsicad$
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Sextante - OTB plugin and SAR data

2012-08-27 Thread Noli Sicad
 How do you install this Sextante - OTB plugin?


 The first thing you have to do is to install OTB,
 then if you are using Sextante on Linux nothing to do anymore.
 path to binaries are automatically found and algs should work, while on
 Windows you have to configure it.
 In options and configuration menu, you find what you need!

As I mentioned, this is Mac OS X.

I installed Monteverdi-1.12 (which is OTB for Mac OS X). It has a
Resources/lib/otb and Resources/MacOS folders.

/lib/otb folder is where the dynamic libraries is located.

/MacOS folder has the other libraries (e.g. libgeos.dylib, etc.).

Any suggestion how to organise (e.g copy these libraries)?

How to you compile OTB in Linux?

http://www.orfeo-toolbox.org/otb/download.html

I can compile this in Mac OS X.

Note that MacOS X is just like linux system. The system look like this:

/usr/local/bin
/usr/local/library
/usr/loca/include

How do you install the QGIS Sextante OTB plugin in Linux?

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


Re: [Qgis-developer] Sextante - OTB plugin and SAR data

2012-08-27 Thread Noli Sicad
Hi Julien,

Thanks for your reply.

Now, how to use cmake on InsightToolkit-4.2.0?

There is no instruction how to I install ITK (i.e.
InsightToolkit-4.2.0) using cmake?

Anybody how to know how to install ITK?

(I installed cmake already for Mac OS X.)

Thanks,

Noli

On 8/27/12, Julien Malik julien.ma...@c-s.fr wrote:
 Hi Noli

 Monteverdi is not OTB for MacOSX.
 Monteverdi is one desktop application with some OTB functionnalities in it.

 This is unrelated to the Qgis/Sextante interface.
 To use OTB from Qgis on MacOSX, you will need to compile OTB from sources.

 Instructions can be found in [1] and [2].
 Especially, you need to set BUILD_APPLICATIONS to ON.

 Regards,
 Julien

 [1]
 http://www.orfeo-toolbox.org/SoftwareGuide/SoftwareGuidech2.html#x14-270002.2
 [2]
 http://www.orfeo-toolbox.org/SoftwareGuide/SoftwareGuidech32.html#x61-43200032.4

 Le 27/08/2012 09:52, Noli Sicad a écrit :
 How do you install this Sextante - OTB plugin?


 The first thing you have to do is to install OTB,
 then if you are using Sextante on Linux nothing to do anymore.
 path to binaries are automatically found and algs should work, while on
 Windows you have to configure it.
 In options and configuration menu, you find what you need!
 As I mentioned, this is Mac OS X.

 I installed Monteverdi-1.12 (which is OTB for Mac OS X). It has a
 Resources/lib/otb and Resources/MacOS folders.

 /lib/otb folder is where the dynamic libraries is located.

 /MacOS folder has the other libraries (e.g. libgeos.dylib, etc.).

 Any suggestion how to organise (e.g copy these libraries)?

 How to you compile OTB in Linux?

 http://www.orfeo-toolbox.org/otb/download.html

 I can compile this in Mac OS X.

 Note that MacOS X is just like linux system. The system look like this:

 /usr/local/bin
 /usr/local/library
 /usr/loca/include

 How do you install the QGIS Sextante OTB plugin in Linux?

 Noli
 ___
 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


Re: [Qgis-developer] Sextante - OTB plugin and SAR data in Mac OS X

2012-08-27 Thread Noli Sicad
Hi Julien,

Thanks for this instruction how to build / compile and install OTB for
Mac OS X and make QGIS Sextante OTB python plugin working in OS X.

I am using William's frameworks, standard configure, make and make
install, and supplement things using Homebrew if I can't make things
working with the standard configure

 With MacPort, install the following : expat, curl, tiff, geotiff, jpeg,
 gdal, mercurial, cmake, etc (I may have missed a few)

I think I can easily achieve those dependencies you mentioned.

 Grab this ctest script :
 http://hg.orfeo-toolbox.org/OTB-DevUtils/file/21ee66ab6fd3/Config/leod/leod-OTB-Nightly-macport_light.cmake

Looking at this cmake script, it seems that ITK is not needed after all.

Yes, I will have a go on this script (i.e. edit it) and see if I can
make it working.

Thanks again for your help.

Regards,

Noli


On 8/27/12, Julien Malik wrote:
 Hi Noli,

 For MacOSX, the easier path I know of is to use MacPort to install all
 the needed dependencies.
 With MacPort, install the following : expat, curl, tiff, geotiff, jpeg,
 gdal, mercurial, cmake, etc (I may have missed a few)

 Grab this ctest script :
 http://hg.orfeo-toolbox.org/OTB-DevUtils/file/21ee66ab6fd3/Config/leod/leod-OTB-Nightly-macport_light.cmake

 And customize it :
 - change CTEST_SITE and CTEST_BUILDNAME to whatever you like
 - change CTEST_SOURCE_DIRECTORY and point to where you extracted the OTB
 sources
 - change CTEST_BINARY_DIRECTORY and point it to where the build file
 will live
 - change CMAKE_INSTALL_PREFIX to the path where OTB will be installed
 after successfull build
 - in the CTEST_INITIAL_CACHE part, you might want to change to :

 BUILD_TESTING:BOOL=OFF
 BUILD_EXAMPLES:BOOL=OFF
 BUILD_APPLICATIONS:BOOL=ON
 OTB_WRAP_PYTHON:BOOL=OFF
 OTB_WRAP_QT:BOOL=OFF
 OTB_WRAP_JAVA:BOOL=OFF

 to reduce the build time.


 Then from a shell, start :
 ctest -S path_to_the_script -VV

 Go to your build dir and type make install

 Then look in CMAKE_INSTALL_PREFIX/bin and you should be able to launch
 an OTB application (otbcli_Something scripts)

 Then in Sextante configuration, you should set :
 -OTB command line tools option to CMAKE_INSTALL_PREFIX/bin
 -OTB applications folder option to CMAKE_INSTALL_PREFIX/lib/otb

 And you're good to go.



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


Re: [Qgis-developer] Sextante - OTB plugin and SAR data in Mac OS X

2012-08-27 Thread Noli Sicad
Hi Julien,

As you can see I am not using MacPort. MacPort download the source in
the script that you mentioned in your previous posting?


http://www.orfeo-toolbox.org/otb/download.html

Based on the instruction above. It is not clear what to do with hg
cloning in Mac OS X.

Yes, I can do (below) in the terminal.

hg clone http://hg.orfeo-toolbox.org/OTB

Would this suffice, or I need to more?

What do, I do next, do I need to clone OTB-Applications and OTB-Qgis-plugin?


##
OTB-Applications

The current development version is available from the OTB-Applications
mercurial repository at: http://hg.orfeo-toolbox.org/OTB-Applications

OTB-Qgis-plugins

The current development version is available from the OTB-Qgis-plugins
mercurial repository at: http://hg.orfeo-toolbox.org/OTB-Qgis-plugins
##

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


Re: [Qgis-developer] Sextante - OTB plugin and SAR data in Mac OS X

2012-08-27 Thread Noli Sicad
Hi William,

Thanks for looking into this problem.

Hopefully you can make it easier for us (mac users) to have OTB and
QGIS OTB plugin working in OS X.

I think mac os users need a Remote Sensing tools e.g. OTB and QGIS OTB
python plugin.

Thanks.

Noli

On 8/28/12, William Kyngesburye wokl...@kyngchaos.com wrote:
 Noli,

 I started looking at this to see what needs to be done to use my
 frameworks.

 First, FLTK.

 You need the dev 1.3.x source, for updates to support the new libpng in my
 UnixImageIO framework.  You also need my FreeType framework (not part of the
 QGIS requirements).

 This configuration is just minimal - no tests/examples.  I'm not sure if
 some of the options are needed for a static build, though may be if you want
 the examples.  (the build system is messy - checking for things twice,
 ignoring what I give it, ...)  in a Terminal, in the fltk source folder:

 mkdir build-snow
 cd build-snow
 cmake -Wno-dev -D CMAKE_INSTALL_PREFIX=/usr/local \
 -D CMAKE_BUILD_TYPE=MinSizeRel \
 -D CMAKE_OSX_ARCHITECTURES=x86_64 \
 -D OPTION_BUILD_EXAMPLES=OFF \
 -D HAVE_FREETYPE_H=/Library/Frameworks/FreeType.framework/Headers/freetype.h
 \
 -D FREETYPE_PATH=/Library/Frameworks/FreeType.framework/Headers/config \
 -D LIB_png=/Library/Frameworks/UnixImageIO.framework \
 ..

 I'm working on OTB now.  I'll get back to you when I figure that out,
 probably in a day or two.


 On Aug 27, 2012, at 8:57 PM, Noli Sicad wrote:

 Hi Julien,

 As you can see I am not using MacPort. MacPort download the source in
 the script that you mentioned in your previous posting?


 http://www.orfeo-toolbox.org/otb/download.html

 Based on the instruction above. It is not clear what to do with hg
 cloning in Mac OS X.

 Yes, I can do (below) in the terminal.

 hg clone http://hg.orfeo-toolbox.org/OTB

 Would this suffice, or I need to more?

 What do, I do next, do I need to clone OTB-Applications and
 OTB-Qgis-plugin?


 ##
OTB-Applications

 The current development version is available from the OTB-Applications
 mercurial repository at: http://hg.orfeo-toolbox.org/OTB-Applications

OTB-Qgis-plugins

 The current development version is available from the OTB-Qgis-plugins
 mercurial repository at: http://hg.orfeo-toolbox.org/OTB-Qgis-plugins
 ##

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

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 Oh, look, I seem to have fallen down a deep, dark hole.  Now what does that
 remind me of?  Ah, yes - life.

 - Marvin



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


[Qgis-developer] Sextante - OTB plugin and SAR data

2012-08-26 Thread Noli Sicad
Hi,

How do you install this Sextante - OTB plugin?

http://code.google.com/p/sextante/source/browse/trunk/soft/bindings/qgis-plugin/src/sextante/otb/?r=144

I am using QGIS 1.8 for Mac OS X.

I suppose this plugin can be used to process SAR data (i.e. Synthetic
Aperture Radar).

As mentioned in OTB (http://live.osgeo.org/en/overview/otb_overview.html )

I am particularly interested in using QGIS OTB SAR for REDD+ MVR.

http://www.fauna-flora.org/conservation-on-the-radar/
http://www.planet-action.org/web/85-project-detail.php?projectID=9711

Thanks.

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


Re: [Qgis-developer] compile qgis using visual studio 6.0

2012-08-15 Thread Noli Sicad
 i am try to compile qgis (qgis-Quantum-GIS-final-1_8_0-827-g79b1189) using
 visual studio but i can not
 please help me how it possible

Did you read the instruction Building QGIS from source - step by step?

https://github.com/qgis/Quantum-GIS/blob/master/INSTALL

What is the problem? What is the error messages?

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


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-05 Thread Noli Sicad
This is better instruction for  Installing FastCGI on Mountain Lion.

http://mail.webdna.us/list/talk@webdna.u?cmd=user_listview_msgdomainid=-1list=talkmsg_idx=9397rss=true

Larry, probably you can incorporate this in Building QGIS in Mac OS X.

Thanks.

Noli



On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 I think this most important part of using QtSDK for Mac OS X is
 ~/.bash_profile file.

 Create this file and add your bin and lib.

 e.g.

 export PATH=$PATH:/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin:$PATH
 export
 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/lib

 ###

 And editing the qglobal.h as mentioned by Larry.

 It works in my case. It is compiling PyQt now.


 Noli



 On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 OK.

 Figure it out with -g

 python2.7 configure.py -d /Library/Python/2.7/site-packages -b
 /usr/local/bin -g

 GPL v3

 Read the license (scroll down)

 Accept the license

 Yes

 make

 sudo make install

 

 I think this is important to include -g (as showed above).

 Noli

 On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 Hi Larry,

 Now, this is the tricky part using my qmake for PyQt and QtSDK.

 I need help in this part.

 ###

 Based on the instruction (1)


 python2.7 configure.py -d /Library/Python/2.7/site-packages -b
 /usr/local/bin


 Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$ python2.7 configure.py -d
 /Library/Python/2.7/site-packages -b /usr/local/bin
 Determining the layout of your Qt installation...
 Error: Qt has been built as static libraries so either the -g or -k
 argument
 should be used.

 #

 Now using the path:

 python2.7 configure.py
 --qmake=/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin/qmake


 Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$ python2.7 configure.py
 --qmake=/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin/qmake -d
 /Library/Python/2.7/site-packages -b /usr/local/bin
 Determining the layout of your Qt installation...
 Error: Qt has been built as static libraries so either the -g or -k
 argument
 should be used.
 Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$

 

 Any ideas how to set this up properly (i.e. install PyQT with qmake)?


 Noli


 On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 Hi Larry,

 On 8/5/12, Larry Shaffer lar...@dakotacarto.com wrote:
 Hi,

 Sorry to top post, but... I have not had any significant problems
 following INSTALL to build master branch on Mt. Lion today. I have
 just updated the Mac notes with some optional info on installing
 ccache, and some cmake options for the external libspatialindex [0]. I
 did not add any specific info about compiling on Mt. Lion to the
 notes.

 Thanks for updating the documentation on Building QGIS for Mac OS X.

 More tweaks and a bit more details documentation the better.

 Now, here is proper logs for building SIP in accordance to the QGIS
 Mac OS X needs. I am overdriving my homebrew install of SIP.

 I am using the tarball of SIP (i.e. sip-4.13.3) after I fixed the c++
 problem.

 #
 Last login: Sun Aug  5 12:51:29 on ttys010
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$ python2.7 configure.py -d
 /Library/Python/2.7/site-packages -b /usr/local/bin -e
 /usr/local/include -v /usr/local/share/sip
 This is SIP 4.13.3 for Python 2.7.2 on darwin.
 The SIP code generator will be installed in /usr/local/bin.
 The sip module will be installed in /Library/Python/2.7/site-packages.
 The sip.h header file will be installed in /usr/local/include.
 The default directory to install .sip files in is /usr/local/share/sip.
 The platform/compiler configuration is macx-g++.
 Creating siplib/sip.h...
 Creating siplib/siplib.c...
 Creating siplib/siplib.sbf...
 Creating sipconfig.py...
 Creating top level Makefile...
 Creating sip code generator Makefile...
 Creating sip module Makefile...
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$ make
 c++ -headerpad_max_install_names -o sip main.o transform.o gencode.o
 extracts.o export.o heap.o parser.o lexer.o
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o siplib.o siplib.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o apiversions.o apiversions.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o descriptors.o descriptors.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o qtlib.o qtlib.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o threads.o threads.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o objmap.o objmap.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o voidptr.o voidptr.c
 c++ -c -pipe

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-05 Thread Noli Sicad
FastCGI makefile seems faulty.

Not working.

Here's the log.

#
Last login: Sun Aug  5 18:05:11 on ttys021
Nolis-MacBook-Pro:mod_fastcgi-2.4.6 nsicad$ make
/usr/share/apr-1/build-1/libtool --silent --mode=compile
/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc
-I/usr/local/include-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK
-I/usr/include/apache2 -I. -I/usr/include/apr-1  -c mod_fastcgi.c 
touch mod_fastcgi.slo
env: 
/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc:
No such file or directory
make: *** [mod_fastcgi.slo] Error 1
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
Hi John,

Try installing SIP.

brew install sip

Post result.

Thanks.


Noli

On Sunday, August 5, 2012, John C. Tull wrote:

 I think you must have something else going wrong on your system. Perhaps
 your mixing too many different build systems. I use homebrew and it is fine
 for me on Mountain Lion. I don't have any more specific information for
 you, but you might see what 'brew doctor' tells you and take it to the
 homebrew mailing lists/forum.

 Regards,
 John

 On Aug 3, 2012, at 10:05 PM, Noli Sicad nsi...@gmail.com wrote:

  SIP in not building Mountain Lion.
 
  I use homebrew as well, same problem.
 
  
 
  Nolis-MacBook-Pro:bin nsicad$ brew install sip
  == Downloading
 http://www.riverbankcomputing.co.uk/hg/sip/archive/4.13.3.tar.gz
  
 100.0%
  == Patching
  patching file build.py
  Hunk #1 succeeded at 185 (offset 6 lines).
  Hunk #2 succeeded at 198 (offset 6 lines).
  patching file siputils.py
  Hunk #1 succeeded at 1485 (offset 51 lines).
  == python build.py prepare
  == python configure.py
 --destdir=/usr/local/Cellar/sip/4.13.3/lib/python2.7/sit
  == make install
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o main.o main.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o transform.o
  transform.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o gencode.o gencode.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o extracts.o extracts.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o export.o export.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o heap.o heap.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o parser.o parser.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o lexer.o lexer.c
  c++ -L/usr/local/lib -o sip main.o transform.o gencode.o extracts.o
  export.o heap.o parser.o lexer.o
  make[1]: c++: No such file or directory
  make[1]: *** [sip] Error 1
  make: *** [install] Error 2
  == Build Environment
  CPU: 8-core 64-bit dunno
  OS X: 10.8-x86_64
  Xcode: 4.5 = /Applications/Xcode45-DP2.app/Contents/Developer
  X11: 2.7.2 @ /opt/X11
  CC: /usr/bin/clang
  CXX:
 /Applications/Xcode45-DP2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
  =
 /Applications/Xcode45-DP2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  LD: /usr/bin/clang
  CFLAGS: -Os -w -pipe -march=native -Qunused-arguments
 -mmacosx-version-min=10.8
  CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8
  CPPFLAGS: -isystem /usr/local/include
  LDFLAGS: -L/usr/local/lib
  MACOSX_DEPLOYMENT_TARGET: 10.8
  MAKEFLAGS: -j8
  Error: Failed executing: make install (sip.rb:41)
  These existing issues may help you:
 https://github.com/mxcl/homebrew/issues/12388
 https://github.com/mxcl/homebrew/issues/12491
  Otherwise, this may help you fix or report the issue:
 https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist
 
 
  On 8/4/12, Noli Sicad nsi...@gmail.com wrote:
  Any suggestion of the better SIP and PyQt version that works with QGIS?
 
  Which SIP and PyQt version that works with QGIS?
 
  Noli
 
  On 8/4/12, William Kyngesburye wokl...@kyngchaos.com wrote:
  That's a problem to ask on the PyQt list.
 
  On Aug 3, 2012, at 10:45 PM, Noli Sicad wrote:
 
  Cmake no problem now.
 
  Nolis-MacBook-Pro:~ nsicad$ which cmake
  /usr/local/bin/cmake
 
  #
 
  Now, I got problem compiling SIP.
 
  ___
  Qgis-developer mailing list
  Qgis-developer@lists.osgeo.org javascript:;
  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


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
I need to know where c++ is symbolic link.

/usr/bin/c++

( mine is broken)

Can somebody tell me the results when you double click c++ in your
system, I am assuming that you install Command Line Tools or any dev
tools in your Mac OS X.

Noli

On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 Hi John,

 Try installing SIP.

 brew install sip

 Post result.

 Thanks.


 Noli

 On Sunday, August 5, 2012, John C. Tull wrote:

 I think you must have something else going wrong on your system. Perhaps
 your mixing too many different build systems. I use homebrew and it is
 fine
 for me on Mountain Lion. I don't have any more specific information for
 you, but you might see what 'brew doctor' tells you and take it to the
 homebrew mailing lists/forum.

 Regards,
 John

 On Aug 3, 2012, at 10:05 PM, Noli Sicad nsi...@gmail.com wrote:

  SIP in not building Mountain Lion.
 
  I use homebrew as well, same problem.
 
  
 
  Nolis-MacBook-Pro:bin nsicad$ brew install sip
  == Downloading
 http://www.riverbankcomputing.co.uk/hg/sip/archive/4.13.3.tar.gz
  
 100.0%
  == Patching
  patching file build.py
  Hunk #1 succeeded at 185 (offset 6 lines).
  Hunk #2 succeeded at 198 (offset 6 lines).
  patching file siputils.py
  Hunk #1 succeeded at 1485 (offset 51 lines).
  == python build.py prepare
  == python configure.py
 --destdir=/usr/local/Cellar/sip/4.13.3/lib/python2.7/sit
  == make install
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o main.o main.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o transform.o
  transform.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o gencode.o gencode.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o extracts.o extracts.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o export.o export.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o heap.o heap.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o parser.o parser.c
  cc -c -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8 -Os -w -DNDEBUG -I. -o lexer.o lexer.c
  c++ -L/usr/local/lib -o sip main.o transform.o gencode.o extracts.o
  export.o heap.o parser.o lexer.o
  make[1]: c++: No such file or directory
  make[1]: *** [sip] Error 1
  make: *** [install] Error 2
  == Build Environment
  CPU: 8-core 64-bit dunno
  OS X: 10.8-x86_64
  Xcode: 4.5 = /Applications/Xcode45-DP2.app/Contents/Developer
  X11: 2.7.2 @ /opt/X11
  CC: /usr/bin/clang
  CXX:
 /Applications/Xcode45-DP2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
  =
 /Applications/Xcode45-DP2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  LD: /usr/bin/clang
  CFLAGS: -Os -w -pipe -march=native -Qunused-arguments
 -mmacosx-version-min=10.8
  CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments
  -mmacosx-version-min=10.8
  CPPFLAGS: -isystem /usr/local/include
  LDFLAGS: -L/usr/local/lib
  MACOSX_DEPLOYMENT_TARGET: 10.8
  MAKEFLAGS: -j8
  Error: Failed executing: make install (sip.rb:41)
  These existing issues may help you:
 https://github.com/mxcl/homebrew/issues/12388
 https://github.com/mxcl/homebrew/issues/12491
  Otherwise, this may help you fix or report the issue:
 https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist
 
 
  On 8/4/12, Noli Sicad nsi...@gmail.com wrote:
  Any suggestion of the better SIP and PyQt version that works with
  QGIS?
 
  Which SIP and PyQt version that works with QGIS?
 
  Noli
 
  On 8/4/12, William Kyngesburye wokl...@kyngchaos.com wrote:
  That's a problem to ask on the PyQt list.
 
  On Aug 3, 2012, at 10:45 PM, Noli Sicad wrote:
 
  Cmake no problem now.
 
  Nolis-MacBook-Pro:~ nsicad$ which cmake
  /usr/local/bin/cmake
 
  #
 
  Now, I got problem compiling SIP.
 
  ___
  Qgis-developer mailing list
  Qgis-developer@lists.osgeo.org javascript:;
  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


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
Hi Larry,

On 8/5/12, Larry Shaffer lar...@dakotacarto.com wrote:
 Hi,

 Sorry to top post, but... I have not had any significant problems
 following INSTALL to build master branch on Mt. Lion today. I have
 just updated the Mac notes with some optional info on installing
 ccache, and some cmake options for the external libspatialindex [0]. I
 did not add any specific info about compiling on Mt. Lion to the
 notes.

Thanks for updating the documentation on Building QGIS for Mac OS X.

More tweaks and a bit more details documentation the better.

Now, here is proper logs for building SIP in accordance to the QGIS
Mac OS X needs. I am overdriving my homebrew install of SIP.

I am using the tarball of SIP (i.e. sip-4.13.3) after I fixed the c++ problem.

#
Last login: Sun Aug  5 12:51:29 on ttys010
Nolis-MacBook-Pro:sip-4.13.3 nsicad$ python2.7 configure.py -d
/Library/Python/2.7/site-packages -b /usr/local/bin -e
/usr/local/include -v /usr/local/share/sip
This is SIP 4.13.3 for Python 2.7.2 on darwin.
The SIP code generator will be installed in /usr/local/bin.
The sip module will be installed in /Library/Python/2.7/site-packages.
The sip.h header file will be installed in /usr/local/include.
The default directory to install .sip files in is /usr/local/share/sip.
The platform/compiler configuration is macx-g++.
Creating siplib/sip.h...
Creating siplib/siplib.c...
Creating siplib/siplib.sbf...
Creating sipconfig.py...
Creating top level Makefile...
Creating sip code generator Makefile...
Creating sip module Makefile...
Nolis-MacBook-Pro:sip-4.13.3 nsicad$ make
c++ -headerpad_max_install_names -o sip main.o transform.o gencode.o
extracts.o export.o heap.o parser.o lexer.o
cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-o siplib.o siplib.c
cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-o apiversions.o apiversions.c
cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-o descriptors.o descriptors.c
cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-o qtlib.o qtlib.c
cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-o threads.o threads.c
cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-o objmap.o objmap.c
cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-o voidptr.o voidptr.c
c++ -c -pipe -fPIC -Os -w -DNDEBUG -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
-o bool.o bool.cpp
c++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o
sip.so siplib.o apiversions.o descriptors.o qtlib.o threads.o objmap.o
voidptr.o bool.o
Nolis-MacBook-Pro:sip-4.13.3 nsicad$ sudo make install
dyld: DYLD_ environment variables being ignored because main
executable (/usr/bin/sudo) is setuid or setgid
Password:
Sorry, try again.
Password:
cp -f sip /usr/local/bin/sip
cp -f sip.so /Library/Python/2.7/site-packages/sip.so
cp -f /Users/nsicad/Downloads/sip-4.13.3/siplib/sip.h /usr/local/include/sip.h
cp -f sipconfig.py /Library/Python/2.7/site-packages/sipconfig.py
cp -f /Users/nsicad/Downloads/sip-4.13.3/sipdistutils.py
/Library/Python/2.7/site-packages/sipdistutils.py
Nolis-MacBook-Pro:sip-4.13.3 nsicad$

##

As we can see the SIP installed properly for PyQt to use for QGIS.

I just like to document this in the list so other Mac OS X (i.e.
Mountain Lion) users can use in the future including me :-).

Regards,

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


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
Hi Larry,

Now, this is the tricky part using my qmake for PyQt and QtSDK.

I need help in this part.

###

Based on the instruction (1)


python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin


Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$ python2.7 configure.py -d
/Library/Python/2.7/site-packages -b /usr/local/bin
Determining the layout of your Qt installation...
Error: Qt has been built as static libraries so either the -g or -k argument
should be used.

#

Now using the path:

python2.7 configure.py --qmake=/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin/qmake


Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$ python2.7 configure.py
--qmake=/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin/qmake -d
/Library/Python/2.7/site-packages -b /usr/local/bin
Determining the layout of your Qt installation...
Error: Qt has been built as static libraries so either the -g or -k argument
should be used.
Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$



Any ideas how to set this up properly (i.e. install PyQT with qmake)?


Noli


On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 Hi Larry,

 On 8/5/12, Larry Shaffer lar...@dakotacarto.com wrote:
 Hi,

 Sorry to top post, but... I have not had any significant problems
 following INSTALL to build master branch on Mt. Lion today. I have
 just updated the Mac notes with some optional info on installing
 ccache, and some cmake options for the external libspatialindex [0]. I
 did not add any specific info about compiling on Mt. Lion to the
 notes.

 Thanks for updating the documentation on Building QGIS for Mac OS X.

 More tweaks and a bit more details documentation the better.

 Now, here is proper logs for building SIP in accordance to the QGIS
 Mac OS X needs. I am overdriving my homebrew install of SIP.

 I am using the tarball of SIP (i.e. sip-4.13.3) after I fixed the c++
 problem.

 #
 Last login: Sun Aug  5 12:51:29 on ttys010
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$ python2.7 configure.py -d
 /Library/Python/2.7/site-packages -b /usr/local/bin -e
 /usr/local/include -v /usr/local/share/sip
 This is SIP 4.13.3 for Python 2.7.2 on darwin.
 The SIP code generator will be installed in /usr/local/bin.
 The sip module will be installed in /Library/Python/2.7/site-packages.
 The sip.h header file will be installed in /usr/local/include.
 The default directory to install .sip files in is /usr/local/share/sip.
 The platform/compiler configuration is macx-g++.
 Creating siplib/sip.h...
 Creating siplib/siplib.c...
 Creating siplib/siplib.sbf...
 Creating sipconfig.py...
 Creating top level Makefile...
 Creating sip code generator Makefile...
 Creating sip module Makefile...
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$ make
 c++ -headerpad_max_install_names -o sip main.o transform.o gencode.o
 extracts.o export.o heap.o parser.o lexer.o
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o siplib.o siplib.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o apiversions.o apiversions.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o descriptors.o descriptors.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o qtlib.o qtlib.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o threads.o threads.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o objmap.o objmap.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o voidptr.o voidptr.c
 c++ -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o bool.o bool.cpp
 c++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o
 sip.so siplib.o apiversions.o descriptors.o qtlib.o threads.o objmap.o
 voidptr.o bool.o
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$ sudo make install
 dyld: DYLD_ environment variables being ignored because main
 executable (/usr/bin/sudo) is setuid or setgid
 Password:
 Sorry, try again.
 Password:
 cp -f sip /usr/local/bin/sip
 cp -f sip.so /Library/Python/2.7/site-packages/sip.so
 cp -f /Users/nsicad/Downloads/sip-4.13.3/siplib/sip.h
 /usr/local/include/sip.h
 cp -f sipconfig.py /Library/Python/2.7/site-packages/sipconfig.py
 cp -f /Users/nsicad/Downloads/sip-4.13.3/sipdistutils.py
 /Library/Python/2.7/site-packages/sipdistutils.py
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$

 ##

 As we can see the SIP installed properly for PyQt to use for QGIS.

 I just like to document this in the list so other Mac OS X (i.e.
 Mountain Lion) users can use in the future including me :-).

 Regards,

 Noli

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
OK.

Figure it out with -g

python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin -g

GPL v3

Read the license (scroll down)

Accept the license

Yes

make

sudo make install



I think this is important to include -g (as showed above).

Noli

On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 Hi Larry,

 Now, this is the tricky part using my qmake for PyQt and QtSDK.

 I need help in this part.

 ###

 Based on the instruction (1)


 python2.7 configure.py -d /Library/Python/2.7/site-packages -b
 /usr/local/bin


 Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$ python2.7 configure.py -d
 /Library/Python/2.7/site-packages -b /usr/local/bin
 Determining the layout of your Qt installation...
 Error: Qt has been built as static libraries so either the -g or -k
 argument
 should be used.

 #

 Now using the path:

 python2.7 configure.py
 --qmake=/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin/qmake


 Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$ python2.7 configure.py
 --qmake=/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin/qmake -d
 /Library/Python/2.7/site-packages -b /usr/local/bin
 Determining the layout of your Qt installation...
 Error: Qt has been built as static libraries so either the -g or -k
 argument
 should be used.
 Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$

 

 Any ideas how to set this up properly (i.e. install PyQT with qmake)?


 Noli


 On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 Hi Larry,

 On 8/5/12, Larry Shaffer lar...@dakotacarto.com wrote:
 Hi,

 Sorry to top post, but... I have not had any significant problems
 following INSTALL to build master branch on Mt. Lion today. I have
 just updated the Mac notes with some optional info on installing
 ccache, and some cmake options for the external libspatialindex [0]. I
 did not add any specific info about compiling on Mt. Lion to the
 notes.

 Thanks for updating the documentation on Building QGIS for Mac OS X.

 More tweaks and a bit more details documentation the better.

 Now, here is proper logs for building SIP in accordance to the QGIS
 Mac OS X needs. I am overdriving my homebrew install of SIP.

 I am using the tarball of SIP (i.e. sip-4.13.3) after I fixed the c++
 problem.

 #
 Last login: Sun Aug  5 12:51:29 on ttys010
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$ python2.7 configure.py -d
 /Library/Python/2.7/site-packages -b /usr/local/bin -e
 /usr/local/include -v /usr/local/share/sip
 This is SIP 4.13.3 for Python 2.7.2 on darwin.
 The SIP code generator will be installed in /usr/local/bin.
 The sip module will be installed in /Library/Python/2.7/site-packages.
 The sip.h header file will be installed in /usr/local/include.
 The default directory to install .sip files in is /usr/local/share/sip.
 The platform/compiler configuration is macx-g++.
 Creating siplib/sip.h...
 Creating siplib/siplib.c...
 Creating siplib/siplib.sbf...
 Creating sipconfig.py...
 Creating top level Makefile...
 Creating sip code generator Makefile...
 Creating sip module Makefile...
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$ make
 c++ -headerpad_max_install_names -o sip main.o transform.o gencode.o
 extracts.o export.o heap.o parser.o lexer.o
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o siplib.o siplib.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o apiversions.o apiversions.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o descriptors.o descriptors.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o qtlib.o qtlib.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o threads.o threads.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o objmap.o objmap.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o voidptr.o voidptr.c
 c++ -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o bool.o bool.cpp
 c++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o
 sip.so siplib.o apiversions.o descriptors.o qtlib.o threads.o objmap.o
 voidptr.o bool.o
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$ sudo make install
 dyld: DYLD_ environment variables being ignored because main
 executable (/usr/bin/sudo) is setuid or setgid
 Password:
 Sorry, try again.
 Password:
 cp -f sip /usr/local/bin/sip
 cp -f sip.so /Library/Python/2.7/site-packages/sip.so
 cp -f /Users/nsicad/Downloads/sip-4.13.3/siplib/sip.h
 /usr/local/include/sip.h
 cp -f sipconfig.py /Library/Python/2.7/site-packages/sipconfig.py
 cp -f /Users/nsicad/Downloads/sip-4.13.3/sipdistutils.py

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-04 Thread Noli Sicad
I think this most important part of using QtSDK for Mac OS X is
~/.bash_profile file.

Create this file and add your bin and lib.

e.g.

export PATH=$PATH:/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin:$PATH
export 
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/lib

###

And editing the qglobal.h as mentioned by Larry.

It works in my case. It is compiling PyQt now.


Noli



On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 OK.

 Figure it out with -g

 python2.7 configure.py -d /Library/Python/2.7/site-packages -b
 /usr/local/bin -g

 GPL v3

 Read the license (scroll down)

 Accept the license

 Yes

 make

 sudo make install

 

 I think this is important to include -g (as showed above).

 Noli

 On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 Hi Larry,

 Now, this is the tricky part using my qmake for PyQt and QtSDK.

 I need help in this part.

 ###

 Based on the instruction (1)


 python2.7 configure.py -d /Library/Python/2.7/site-packages -b
 /usr/local/bin


 Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$ python2.7 configure.py -d
 /Library/Python/2.7/site-packages -b /usr/local/bin
 Determining the layout of your Qt installation...
 Error: Qt has been built as static libraries so either the -g or -k
 argument
 should be used.

 #

 Now using the path:

 python2.7 configure.py
 --qmake=/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin/qmake


 Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$ python2.7 configure.py
 --qmake=/Users/nsicad/QtSDK/Desktop/Qt/474/gcc/bin/qmake -d
 /Library/Python/2.7/site-packages -b /usr/local/bin
 Determining the layout of your Qt installation...
 Error: Qt has been built as static libraries so either the -g or -k
 argument
 should be used.
 Nolis-MacBook-Pro:PyQt-mac-gpl-4.9.4 nsicad$

 

 Any ideas how to set this up properly (i.e. install PyQT with qmake)?


 Noli


 On 8/5/12, Noli Sicad nsi...@gmail.com wrote:
 Hi Larry,

 On 8/5/12, Larry Shaffer lar...@dakotacarto.com wrote:
 Hi,

 Sorry to top post, but... I have not had any significant problems
 following INSTALL to build master branch on Mt. Lion today. I have
 just updated the Mac notes with some optional info on installing
 ccache, and some cmake options for the external libspatialindex [0]. I
 did not add any specific info about compiling on Mt. Lion to the
 notes.

 Thanks for updating the documentation on Building QGIS for Mac OS X.

 More tweaks and a bit more details documentation the better.

 Now, here is proper logs for building SIP in accordance to the QGIS
 Mac OS X needs. I am overdriving my homebrew install of SIP.

 I am using the tarball of SIP (i.e. sip-4.13.3) after I fixed the c++
 problem.

 #
 Last login: Sun Aug  5 12:51:29 on ttys010
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$ python2.7 configure.py -d
 /Library/Python/2.7/site-packages -b /usr/local/bin -e
 /usr/local/include -v /usr/local/share/sip
 This is SIP 4.13.3 for Python 2.7.2 on darwin.
 The SIP code generator will be installed in /usr/local/bin.
 The sip module will be installed in /Library/Python/2.7/site-packages.
 The sip.h header file will be installed in /usr/local/include.
 The default directory to install .sip files in is /usr/local/share/sip.
 The platform/compiler configuration is macx-g++.
 Creating siplib/sip.h...
 Creating siplib/siplib.c...
 Creating siplib/siplib.sbf...
 Creating sipconfig.py...
 Creating top level Makefile...
 Creating sip code generator Makefile...
 Creating sip module Makefile...
 Nolis-MacBook-Pro:sip-4.13.3 nsicad$ make
 c++ -headerpad_max_install_names -o sip main.o transform.o gencode.o
 extracts.o export.o heap.o parser.o lexer.o
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o siplib.o siplib.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o apiversions.o apiversions.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o descriptors.o descriptors.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o qtlib.o qtlib.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o threads.o threads.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o objmap.o objmap.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o voidptr.o voidptr.c
 c++ -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o bool.o bool.cpp
 c++ -headerpad_max_install_names -bundle -undefined dynamic_lookup -o
 sip.so siplib.o apiversions.o descriptors.o qtlib.o threads.o objmap.o
 voidptr.o bool.o
 Nolis-MacBook-Pro:sip-4.13.3 nsicad

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-03 Thread Noli Sicad
It is stlll not clear to me what to do with QtSDK (i.e. Qt 4.7.4) and
XCode 4.x with Command Line Tool for compiling QGIS in Mac OS X.

Tim has this wiki - Building QGIS 0.8 with Qt4.x for Ubuntu.

https://help.ubuntu.com/community/BuildingQuantumGisPoint8FromSource

Can some lighten me how to use QtSDK 4.7.4 for Building QGIS in Mac OS X?

Noli

On 8/3/12, William Kyngesburye wokl...@kyngchaos.com wrote:
 As it says, when using a system SDK.  If you just compile for your current
 system, with no SDK options, you don't need to do this.

 I suppose this should be removed, since I was aiming for simple current
 system builds in the instructions.

 On Aug 2, 2012, at 11:44 PM, Noli Sicad wrote:

 My QtSDK for Mac OS X is installed in:

 /Users/nsicad/QtSDK/Desktop/Qt/474/gcc/

 See screenshot attached.

 What i am going to do inorder that qt library, include, etc  can be
 founded during compilation?

 This is copied (below) from Building QGIS for Mac OS ...

 ##
 Leopard note: Qt includes a couple non-framework libraries in /usr/lib.
 When using a system SDK these libraries will not be found. To fix this
 problem,
 add symlinks to /usr/local:

  sudo ln -s /usr/lib/libQtUiTools.a /usr/local/lib/
  sudo ln -s /usr/lib/libQtCLucene.dylib /usr/local/lib/

 These should then be found automatically. Earlier systems
 may need some help by adding '-L/usr/local/lib' to
 CMAKE_SHARED_LINKER_FLAGS,
 CMAKE_MODULE_LINKER_FLAGS and CMAKE_EXE_LINKER_FLAGS in the cmake build.

 ##

 From the above statements what I am going to do with my QtSDK
 installation? What need to copy to /usr/lib or link?

 Thanks.

 Noli
 Screen Shot 2012-08-03 at 2.23.31 PM.png

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 Mon Dieu! but they are all alike.  Cheating, murdering, lying, fighting,
 and all for things that the beasts of the jungle would not deign to possess
 - money to purchase the effeminate pleasures of weaklings.  And yet withal
 bound down by silly customs that make them slaves to their unhappy lot while
 firm in the belief that they be the lords of creation enjoying the only real
 pleasures of existence

 - the wisdom of Tarzan



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


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-03 Thread Noli Sicad
How can I incorporate qmake in my system?

It seems that I can't use qmake in my terminal right now.

See this logs.

##

Last login: Sat Aug  4 08:56:51 on ttys004
Nolis-MacBook-Pro:bin nsicad$ qmake --help
-bash: qmake: command not found
Nolis-MacBook-Pro:bin nsicad$ ls
Designer.appmoc qt3to4
Linguist.apppixeltool.app   qttracereplay.app
QMLViewer.app   qcollectiongeneratorrcc
lconvertqdoc3   uic
lreleaseqhelpconverter.app  uic3
lupdate qhelpgenerator  xmlpatterns
macdeployqt qmake   xmlpatternsvalidator
Nolis-MacBook-Pro:bin nsicad$ qmake -help
-bash: qmake: command not found
Nolis-MacBook-Pro:bin nsicad$ qmake --help
-bash: qmake: command not found
Nolis-MacBook-Pro:bin nsicad$



Double clicking qmake works.

Noli

On 8/4/12, Noli Sicad nsi...@gmail.com wrote:
 It is stlll not clear to me what to do with QtSDK (i.e. Qt 4.7.4) and
 XCode 4.x with Command Line Tool for compiling QGIS in Mac OS X.

 Tim has this wiki - Building QGIS 0.8 with Qt4.x for Ubuntu.

 https://help.ubuntu.com/community/BuildingQuantumGisPoint8FromSource

 Can some lighten me how to use QtSDK 4.7.4 for Building QGIS in Mac OS X?

 Noli

 On 8/3/12, William Kyngesburye wokl...@kyngchaos.com wrote:
 As it says, when using a system SDK.  If you just compile for your
 current
 system, with no SDK options, you don't need to do this.

 I suppose this should be removed, since I was aiming for simple current
 system builds in the instructions.

 On Aug 2, 2012, at 11:44 PM, Noli Sicad wrote:

 My QtSDK for Mac OS X is installed in:

 /Users/nsicad/QtSDK/Desktop/Qt/474/gcc/

 See screenshot attached.

 What i am going to do inorder that qt library, include, etc  can be
 founded during compilation?

 This is copied (below) from Building QGIS for Mac OS ...

 ##
 Leopard note: Qt includes a couple non-framework libraries in /usr/lib.
 When using a system SDK these libraries will not be found. To fix this
 problem,
 add symlinks to /usr/local:

  sudo ln -s /usr/lib/libQtUiTools.a /usr/local/lib/
  sudo ln -s /usr/lib/libQtCLucene.dylib /usr/local/lib/

 These should then be found automatically. Earlier systems
 may need some help by adding '-L/usr/local/lib' to
 CMAKE_SHARED_LINKER_FLAGS,
 CMAKE_MODULE_LINKER_FLAGS and CMAKE_EXE_LINKER_FLAGS in the cmake build.

 ##

 From the above statements what I am going to do with my QtSDK
 installation? What need to copy to /usr/lib or link?

 Thanks.

 Noli
 Screen Shot 2012-08-03 at 2.23.31 PM.png

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 Mon Dieu! but they are all alike.  Cheating, murdering, lying, fighting,
 and all for things that the beasts of the jungle would not deign to
 possess
 - money to purchase the effeminate pleasures of weaklings.  And yet
 withal
 bound down by silly customs that make them slaves to their unhappy lot
 while
 firm in the belief that they be the lords of creation enjoying the only
 real
 pleasures of existence

 - the wisdom of Tarzan




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


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-03 Thread Noli Sicad
Regarding, qmake, etc. in Mac OS X system.

Any suggestion how to make this thing working based on this post below?

http://osgeo-org.1560.n6.nabble.com/building-qgis-on-centos-td4100055.html

Noli

On 8/4/12, Noli Sicad nsi...@gmail.com wrote:
 How can I incorporate qmake in my system?

 It seems that I can't use qmake in my terminal right now.

 See this logs.

 ##

 Last login: Sat Aug  4 08:56:51 on ttys004
 Nolis-MacBook-Pro:bin nsicad$ qmake --help
 -bash: qmake: command not found
 Nolis-MacBook-Pro:bin nsicad$ ls
 Designer.app  moc qt3to4
 Linguist.app  pixeltool.app   qttracereplay.app
 QMLViewer.app qcollectiongeneratorrcc
 lconvert  qdoc3   uic
 lrelease  qhelpconverter.app  uic3
 lupdate   qhelpgenerator  xmlpatterns
 macdeployqt   qmake   xmlpatternsvalidator
 Nolis-MacBook-Pro:bin nsicad$ qmake -help
 -bash: qmake: command not found
 Nolis-MacBook-Pro:bin nsicad$ qmake --help
 -bash: qmake: command not found
 Nolis-MacBook-Pro:bin nsicad$

 

 Double clicking qmake works.

 Noli

 On 8/4/12, Noli Sicad nsi...@gmail.com wrote:
 It is stlll not clear to me what to do with QtSDK (i.e. Qt 4.7.4) and
 XCode 4.x with Command Line Tool for compiling QGIS in Mac OS X.

 Tim has this wiki - Building QGIS 0.8 with Qt4.x for Ubuntu.

 https://help.ubuntu.com/community/BuildingQuantumGisPoint8FromSource

 Can some lighten me how to use QtSDK 4.7.4 for Building QGIS in Mac OS X?

 Noli

 On 8/3/12, William Kyngesburye wokl...@kyngchaos.com wrote:
 As it says, when using a system SDK.  If you just compile for your
 current
 system, with no SDK options, you don't need to do this.

 I suppose this should be removed, since I was aiming for simple current
 system builds in the instructions.

 On Aug 2, 2012, at 11:44 PM, Noli Sicad wrote:

 My QtSDK for Mac OS X is installed in:

 /Users/nsicad/QtSDK/Desktop/Qt/474/gcc/

 See screenshot attached.

 What i am going to do inorder that qt library, include, etc  can be
 founded during compilation?

 This is copied (below) from Building QGIS for Mac OS ...

 ##
 Leopard note: Qt includes a couple non-framework libraries in /usr/lib.
 When using a system SDK these libraries will not be found. To fix this
 problem,
 add symlinks to /usr/local:

  sudo ln -s /usr/lib/libQtUiTools.a /usr/local/lib/
  sudo ln -s /usr/lib/libQtCLucene.dylib /usr/local/lib/

 These should then be found automatically. Earlier systems
 may need some help by adding '-L/usr/local/lib' to
 CMAKE_SHARED_LINKER_FLAGS,
 CMAKE_MODULE_LINKER_FLAGS and CMAKE_EXE_LINKER_FLAGS in the cmake
 build.

 ##

 From the above statements what I am going to do with my QtSDK
 installation? What need to copy to /usr/lib or link?

 Thanks.

 Noli
 Screen Shot 2012-08-03 at 2.23.31 PM.png

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 Mon Dieu! but they are all alike.  Cheating, murdering, lying,
 fighting,
 and all for things that the beasts of the jungle would not deign to
 possess
 - money to purchase the effeminate pleasures of weaklings.  And yet
 withal
 bound down by silly customs that make them slaves to their unhappy lot
 while
 firm in the belief that they be the lords of creation enjoying the only
 real
 pleasures of existence

 - the wisdom of Tarzan





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


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-03 Thread Noli Sicad
It seems that compiling in Linux (i.e. Ubuntu) as outlined by Tim
(below) is much easier to understand than the instruction in Mac OS X.

https://help.ubuntu.com/community/BuildingQuantumGisPoint8FromSource

Is the instruction above using qmake instead of cmake?

Would it possible we can iron out this document i.e. building QGIS in
Mac OS X to make it easier for use to understand and compile QGIS in
Mac OS X?

Thanks.

Noli




On 8/4/12, Noli Sicad nsi...@gmail.com wrote:
 Do we still need cmake for building QGIS Mac OS X when using QtSDK (i.e.
 qmake)?

 This instruction below.

 Copied from Building QGIS for Mac OSX (below)

 ###
   5.3. Install CMake for OSX
   ==

 Get the latest source release from here:

 http://www.cmake.org/cmake/resources/software.html

 Binary installers are available for OS X, but they are not recommended
 (2.4 versions install in /usr instead of /usr/local, and 2.6+ versions are
 a
 strange application). Instead, download the source.
 NOTE: 2.8.5 is broken for detecting part of Qt. Fixed in 2.8.6.
 Double-click the source tarball, then cd to the source folder and:

   ./bootstrap --docdir=/share/doc/CMake --mandir=/share/man
   make
   sudo make install

 ###

 Noli

 On 8/4/12, Larry Shaffer lar...@dakotacarto.com wrote:
 Noli,

 On Fri, Aug 3, 2012 at 5:02 PM, Noli Sicad nsi...@gmail.com wrote:
 How can I incorporate qmake in my system?

 It seems that I can't use qmake in my terminal right now.

 This is because the place where qmake is installed with the SDK is not
 in your PATH environment variable.

 You will need to edit ~/.bash_profile (create if not there yet) and
 add the path to the 'bin' you noted to the PATH variable:

 export PATH=/path/to/sdk/bin:$PATH

 Then, log in to a new Terminal session (e.g. restart Terminal). qmake
 will be found and can be used in compiling.

 Read 'man bash' for more details on its config files.

 I will be available on #qgis channel on irc.freenode.net most of the
 day today, if you want more help (nickname of 'dakcarto').

 Larry


 See this logs.

 ##

 Last login: Sat Aug  4 08:56:51 on ttys004
 Nolis-MacBook-Pro:bin nsicad$ qmake --help
 -bash: qmake: command not found
 Nolis-MacBook-Pro:bin nsicad$ ls
 Designer.appmoc qt3to4
 Linguist.apppixeltool.app   qttracereplay.app
 QMLViewer.app   qcollectiongeneratorrcc
 lconvertqdoc3   uic
 lreleaseqhelpconverter.app  uic3
 lupdate qhelpgenerator  xmlpatterns
 macdeployqt qmake   xmlpatternsvalidator
 Nolis-MacBook-Pro:bin nsicad$ qmake -help
 -bash: qmake: command not found
 Nolis-MacBook-Pro:bin nsicad$ qmake --help
 -bash: qmake: command not found
 Nolis-MacBook-Pro:bin nsicad$

 

 Double clicking qmake works.

 Noli

 On 8/4/12, Noli Sicad nsi...@gmail.com wrote:
 It is stlll not clear to me what to do with QtSDK (i.e. Qt 4.7.4) and
 XCode 4.x with Command Line Tool for compiling QGIS in Mac OS X.

 Tim has this wiki - Building QGIS 0.8 with Qt4.x for Ubuntu.

 https://help.ubuntu.com/community/BuildingQuantumGisPoint8FromSource

 Can some lighten me how to use QtSDK 4.7.4 for Building QGIS in Mac OS
 X?

 Noli

 On 8/3/12, William Kyngesburye wokl...@kyngchaos.com wrote:
 As it says, when using a system SDK.  If you just compile for your
 current
 system, with no SDK options, you don't need to do this.

 I suppose this should be removed, since I was aiming for simple
 current
 system builds in the instructions.

 On Aug 2, 2012, at 11:44 PM, Noli Sicad wrote:

 My QtSDK for Mac OS X is installed in:

 /Users/nsicad/QtSDK/Desktop/Qt/474/gcc/

 See screenshot attached.

 What i am going to do inorder that qt library, include, etc  can be
 founded during compilation?

 This is copied (below) from Building QGIS for Mac OS ...

 ##
 Leopard note: Qt includes a couple non-framework libraries in
 /usr/lib.
 When using a system SDK these libraries will not be found. To fix
 this
 problem,
 add symlinks to /usr/local:

  sudo ln -s /usr/lib/libQtUiTools.a /usr/local/lib/
  sudo ln -s /usr/lib/libQtCLucene.dylib /usr/local/lib/

 These should then be found automatically. Earlier systems
 may need some help by adding '-L/usr/local/lib' to
 CMAKE_SHARED_LINKER_FLAGS,
 CMAKE_MODULE_LINKER_FLAGS and CMAKE_EXE_LINKER_FLAGS in the cmake
 build.

 ##

 From the above statements what I am going to do with my QtSDK
 installation? What need to copy to /usr/lib or link?

 Thanks.

 Noli
 Screen Shot 2012-08-03 at 2.23.31 PM.png

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 Mon Dieu! but they are all alike.  Cheating, murdering, lying,
 fighting,
 and all for things that the beasts of the jungle would not deign to
 possess
 - money to purchase the effeminate pleasures of weaklings.  And yet
 withal

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-03 Thread Noli Sicad
Hi Larry,

 Yes CMake is necessary. qmake is used to query where Qt components are
 installed. See results of:

 qmake -query

I downloaded cmake-2.8.8-Darwin64-universal.dmg from

http://www.cmake.org/cmake/resources/software.html

and installed it.

Command line is installed in  /usr/bin  ---(default install)

The installer asked me where to install the command line (default is /usr/bin).

I hope this OK.

Thanks.

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


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-03 Thread Noli Sicad
Read the instruction about CMake.

Corrected the installation

It is now  in /usr/local/bin

Noli

On 8/4/12, Noli Sicad nsi...@gmail.com wrote:
 Hi Larry,

 Yes CMake is necessary. qmake is used to query where Qt components are
 installed. See results of:

 qmake -query

 I downloaded cmake-2.8.8-Darwin64-universal.dmg from

 http://www.cmake.org/cmake/resources/software.html

 and installed it.

 Command line is installed in  /usr/bin  ---(default install)

 The installer asked me where to install the command line (default is
 /usr/bin).

 I hope this OK.

 Thanks.

 Noli

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


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-03 Thread Noli Sicad
Any suggestion of the better SIP and PyQt version that works with QGIS?

Which SIP and PyQt version that works with QGIS?

Noli

On 8/4/12, William Kyngesburye wokl...@kyngchaos.com wrote:
 That's a problem to ask on the PyQt list.

 On Aug 3, 2012, at 10:45 PM, Noli Sicad wrote:

 Cmake no problem now.

 Nolis-MacBook-Pro:~ nsicad$ which cmake
 /usr/local/bin/cmake

 #

 Now, I got problem compiling SIP.

 ###

 Last login: Sat Aug  4 13:35:51 on ttys005
 Nolis-MacBook-Pro:sip-4.13.4-snapshot-5775580258b3 nsicad$ python2.7
 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin -e
 /usr/local/include -v /usr/local/share/sip
 This is SIP 4.13.4-snapshot-5775580258b3 for Python 2.7.2 on darwin.
 The SIP code generator will be installed in /usr/local/bin.
 The sip module will be installed in /Library/Python/2.7/site-packages.
 The sip.h header file will be installed in /usr/local/include.
 The default directory to install .sip files in is /usr/local/share/sip.
 The platform/compiler configuration is macx-g++.
 Creating siplib/sip.h...
 Creating siplib/siplib.c...
 Creating siplib/siplib.sbf...
 Creating sipconfig.py...
 Creating top level Makefile...
 Creating sip code generator Makefile...
 Creating sip module Makefile...
 Nolis-MacBook-Pro:sip-4.13.4-snapshot-5775580258b3 nsicad$ make
 make[1]: Nothing to be done for `all'.
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o siplib.o siplib.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o apiversions.o apiversions.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o descriptors.o descriptors.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o qtlib.o qtlib.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o threads.o threads.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o objmap.o objmap.c
 cc -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o voidptr.o voidptr.c
 c++ -c -pipe -fPIC -Os -w -DNDEBUG -I.
 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
 -o bool.o bool.cpp
 make[1]: c++: No such file or directory
 make[1]: *** [bool.o] Error 1
 make: *** [all] Error 2
 Nolis-MacBook-Pro:sip-4.13.4-snapshot-5775580258b3 nsicad$

 ###


 Noli

 -
 William Kyngesburye kyngchaos*at*kyngchaos*dot*com
 http://www.kyngchaos.com/

 Those people who most want to rule people are, ipso-facto, those least
 suited to do it.

 - A rule of the universe, from the HitchHiker's Guide to the Galaxy



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


Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-02 Thread Noli Sicad
Hi Larry,

Thanks for these pointers.

 What are the changes in this instruction?

 Unless you're feeling really adventurous and want use a different
 route, you'll want to first test whether the Qt and kyngchaos.com
 frameworks for 10.6/10.7 install and work as is. Not sure how much
 testing William has done with the new Mac OS. I'll probably be trying
 to compile QGIS on 10.8 next week.

I already installed William frameworks before I update to ML (10.8). I
think the frameworks survive after the ML install (update). Only
python site packages did not survived after the update to ML (10.8).

We need to add 10.8 in Qt global (i.e. qglobal.h), as you can see it
here (below):

http://stevenyue.com/2011/10/27/install-pyqt4-qt-4-7-on-mac-osx-lion/

 After those are correctly installed an validated, there are a couple
 of optional items you can skip on your first compiling to save
 yourself some time:

 5.4.10. Optional Dependencies: libfcgi
 5.4.11. Optional Dependencies: OSG  osgEarth

 You may have compile errors regarding libspatialindex, see this
 discussion for additional info:
 http://osgeo-org.1560.n6.nabble.com/Config-fails-on-find-of-spatialindex-library-tt4939392.html#a4940948


 I want also to include QtSQL support so MSSQL can work as well for Mac OS
 X.

 How do you include QtSQL support (ie. qsql_odbc.h support for MSSQL)
 for Mac OS X build?

 The Mac QGIS.app includes bundled Qt frameworks (though not their
 header files), so Qt ODBC support should be functional if the
 libqsqlodbc.dylib plugin is included. I saw the discussion you brought
 up about it previously [1], but it is not currently being bundled.
 Here is a temporary git patch file you can apply that adds the
 bundling [2]. The method I used has redundant code in it, which can be
 fixed up once you report back that it actually works (I don't have
 access to a MSSQL server to test).

 [1]
 http://osgeo-org.1560.n6.nabble.com/Compiling-QGIS-with-iODBC-driver-library-for-MacOS-X-and-Linux-td4987085.html#none
 [2] https://dl.dropbox.com/u/4058089/qgis/libqsqlodbc-mac_patch.diff


Placing the libqsqlodbc.dylib in the /plugins/sqldrivers/ in QGIS.app
probably will work.

I don't have MSSQL to test as well. However, I can probably visit some
people around here in Melbourne who are using QGIS for Mac OS X who
have MSSQL servers.

William's QGIS for Mac OS X works fine in Mountaion Lion (ML) 10.8.

ML 10.8 is better (stable) than Lion (10.7.4).

Thanks.

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


Re: [Qgis-developer] [Qgis-user] Python Plugin utilising SOAP

2012-08-01 Thread Noli Sicad
I don't know what sort of data you want to post and get in web server.

SOAP is a bit old. REST API is the way to go now.

Bottle
http://blog.webspecies.co.uk/2011-06-15/restful-web-services-with-python-the-easy-way.html

Noli

On 8/2/12, James Stott james.st...@npaconsult.co.uk wrote:
 Thanks for the responses.

 I will concentrate on telling the users they need it for now and let
 them decide how best to manage that.

 I am having problems with suds though.

 I point it to the wsdl and all I get back is an error as below:

 RuntimeError: maximum recursion depth exceeded while pickling an object

 May try one of the other libraries that are out there.


 James Stott BSc (Hons) MSc | Senior Professional
 Nicholas Pearson Associates | 30 Brock Street | Bath | BA1 2LN
 T: 01225 445548 | M: -
 http://www.npaconsult.co.uk/
 -Original Message-
 From: qgis-user-boun...@lists.osgeo.org
 [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Alexandre Badez
 Sent: 31 July 2012 18:36
 To: t...@wildintellect.com
 Cc: qgis-u...@lists.osgeo.org; qgis-developer
 Subject: Re: [Qgis-user] Python Plugin utilising SOAP

 James,

 I'm using suds in my plugin on windows 7 64bits.

 The problem as you mention it, is how to include it in your plugin.
 For my self I didn't bother because I made a setup.exe that install suds
 and the plugin where they need to be.

 I suppose you can copy it in your plugin dir and do something like:
 from my_plugin import suds
 suds.blabla

 It should work.



 On Tue, Jul 31, 2012 at 6:25 PM, Alex Mandel
 tech_...@wildintellect.com wrote:
 James,

 This discussion would be better for the qgis-developer mailing list.

 To get started, are you talking about a C++ or a python plugin, and
 what language is the Suds library in?

 Thanks,
 Alex


 On 07/31/2012 07:12 AM, James Stott wrote:
 I would like to write a plugin which retrieves data using web
 services.

 It would appear I need to use SOAP to send and receive  requests. How

 would I go about setting up soap? I have OSGeo4W installed on Windows

 7
 64 bit.

 Could anyone advise me on what the best method to go about this would

 be? I am using OSGEO4W but I cannot find a SOAP library in the
 package listing.

 I have found the Suds library which looks promising. How would I go
 about making sure this would be usable in a plugin in QGIS on all
 platforms - is there a way to include the suds library with my
 plugin?

 James





 James Stott BSc (Hons) MSc | Senior Professional Nicholas Pearson
 Associates | 30 Brock Street | Bath | BA1 2LN
 T: 01225 445548 | M: -
 http://www.npaconsult.co.uk/

 http://www.npaconsult.co.uk/http://www.npaconsult.co.uk/about-news.as
 p

 http://www.npaconsult.co.uk/terms.asp
 This Electronic Transmission is intended only for the attention of
 the addressee. It may contain privileged and confidential information.
 If you are not the person for whom it is intended, you must not copy,
 distribute or take any action in reliance on it. If you have received
 this electronic transmission in error please notify us immediately by
 telephone, delete the transmission and destroy any hard copies.
 Nicholas Pearson Associates has used all reasonable efforts to ensure
 that this message and any attachments are free from viruses.
 Nicholas Pearson Associates, 30 Brock Street, Bath, BA1 2LN , Tel:
 +44 (0) 01225 445548, Fax: +44 (0) 01225 312387, Website:
 http://www.npaconsult.co.uk/
 ___
 Qgis-user mailing list
 qgis-u...@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user


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



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

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


[Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-01 Thread Noli Sicad
Hi,

Has anybody managed to build / compile QGIS in Mac OS X (Mountain Lion
i.e. 10.8)?

Any tips on this?

https://github.com/qgis/Quantum-GIS/blob/master/INSTALL

What are the changes in this instruction?

I want also to include QtSQL support so MSSQL can work as well for Mac OS X.

How do you include QtSQL support (ie. qsql_odbc.h support for MSSQL)
for Mac OS X build?

How do this QtSQL support in Linux?


(I got a decent macbookpro (base) retina 2.3Gh now. I have not build
any QGIS in my slow laptop before).

Thanks.

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


Re: [Qgis-developer] Compiling QGIS with iODBC driver/library for MacOS X and Linux

2012-07-10 Thread Noli Sicad
Hi William,

 I don't think QGIS has any direct linking with [i]ODBC, but would use the Qt
 ODBC plugin to connect with an ODBC driver.  Note that I don't include the
 Qt ODBC plugin in the Mac QGIS, but I could if that is supposed to work.


I think it would be good to include Qt ODBC plugin for QGIS for Mac OS
X, then it will probably work with iODBC and unixODBC DNS manager.

Thanks.

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


Re: [Qgis-developer] Compiling QGIS with iODBC driver/library for MacOS X and Linux

2012-07-10 Thread Noli Sicad
Hi Nathan

 I run Linux Mint 10 and I can connect to my MS SQL database without
 any extra work.  Just using the Qt ODBC drivers.  You have to use a
 ODBC DSN but other then that it works as expected.  I might do a blog
 post about it if I can get some time.

Please do a blog on Linux Mint 10 and MS SQL database. QGIS need more
exposure to hard core MS / ArcGIS users that QGIS is capable in
connecting / using MS SQL server even in Linux and Mac OS X.

Now, I am considering dual booting Linux Mint 10 in my MacbookPro
Retina :-). I am using Ubuntu 10.10 in my (3) triple boot slow Laptop.

Thanks.

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


[Qgis-developer] Compiling QGIS with iODBC driver/library for MacOS X and Linux

2012-07-09 Thread Noli Sicad
Hi,

I think it would be good to compile Compiling QGIS with iODB
driver/library for Mac OS X and Linux

QGIS 1.8.0 has support for MSSQL but it would not work in MacOS X and
Linux with Qt odbc driver (i.e. iodbc) included.

iODBC is working fine in Mac OS X and Linux.

Here's the github:
https://github.com/openlink/iODBC

http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/

Here is recent problem using MSSQL with QGIS 1.8.0 in Mac OS X.

http://osgeo-org.1560.n6.nabble.com/QGIS-MSSQL-2008-Data-import-problem-td4986449.html

Any instruction how to compile QGIS 1.8.x or master with iODBC?

Would this work with QGIS source code?

$ ./configure --prefix=/usr/local --with-iodbc-inidir=/etc
...
...
...
$ make
...
...
...
$ su
# make install

#

Thanks.

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


Re: [Qgis-developer] GGL2 plugin (beta) released

2012-07-04 Thread Noli Sicad
Hi Victor,

What about the Mac OS X version of this plugin?

Thanks.

Noli

On 7/4/12, Víctor González victorzi...@gmail.com wrote:
 Hi all,

 We have released the first version of the GGL2 plugin for Qgis [1]. It is
 an ongoing development so you should use it with caution. With this plugin
 you can use the Qgis layers as data in your GGL2 code as well as show the
 results back in Qgis.

 You can find more information in the documentation website [2]. There is no
 Qgis Plugin section in the documentation yet, but the behavior is almost
 the same as in gvSIG, so you can use that section.

 Finally, there are some videos [3][4] that may be useful to see the main
 plugin functionalities. These videos use gvSIG, but as I said earlier, the
 Qgis plugin is quite similar so far. We hope you can use the plugin without
 problems and get the most of the new GGL2-Qgis connection. Any bug report,
 suggestion, whatever, is more than welcome.

 Regards,
 Víctor.

 [1] http://www.gearscape.org/index.php/downloads
 [2] http://www.gearscape.org/html/ggl2/tutorials/gis_interaction.html
 [3] http://www.youtube.com/watch?v=tHJ3pFHHe6U
 [4] http://www.youtube.com/watch?v=qcTTUMGuL5Q

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


[Qgis-developer] Re: [Qgis-psc] Re: [Qgis-user] Closure of forum

2012-04-04 Thread Noli Sicad
Jonathan,

Spot on (British?), Bull eye (American), Das Stimmt / Genau (German)
on your observation on first port of call for new users who are use to
non FOSS software for forum support.

I wonder why I don't like forums :-), not a member of QGIS forum.

Noli



On 4/4/12, jonathanmou...@warwickshire.gov.uk
jonathanmou...@warwickshire.gov.uk wrote:
 I think the bigger issue evidenced by this users question is that s/he
 doesn't know where these things are or that they exist. In my experience
 the for most non-Open Source software that doesn't come with an expensive
 support contract, the way you get support is via a forum; that would
 certainly explain why its the first port of call for new users.
 A relatively quick win would be the QGIS website making it clear what
 the avenues are and how to get to them in a nice obvious clean page.
 Jonathan



 From:   Tim Sutton t...@linfiniti.com
 To: Gary Sherman gsher...@geoapt.com
 Cc: qgis-...@lists.osgeo.org, qgis-developer List
 qgis-developer@lists.osgeo.org, qgis-user qgis-u...@lists.osgeo.org
 Date:   03/04/2012 22:26
 Subject:Re: [Qgis-psc] Re: [Qgis-user] Closure of forum
 Sent by:qgis-user-boun...@lists.osgeo.org



 Hi

 On Tue, Apr 3, 2012 at 11:04 PM, Gary Sherman gsher...@geoapt.com wrote:
 I received this from a forum user:

 I have seen that this forum is closing and I'm wondering where
 conversations unrelated to questions and answers will go to now? i.e.
 experiences in using QGIS, directions for development, resources being
 developed to support QGIS, training events, etc. 


 Don't the mailing lists cover all that? I know email is old school but
 it works and at least we are not making people use usenet...

 There is also stackexchange...

 Regards

 Tim

 Your thoughts are appreciated.

 -gary

 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Gary Sherman
 GeoApt LLC
  http://geoapt.com
 Founder, Quantum GIS
 Chair, QGIS PSC
 Book:
  http://geospatialdesktop.com
 We work virtually everywhere
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=









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



 --
 Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)
 ==
 Visit http://linfiniti.com to find out about:
  * QGIS programming services
  * Mapserver and PostGIS based hosting plans
  * FOSS Consulting Services
 Skype: timlinux Irc: timlinux on #qgis at freenode.net
 ==
 ___
 Qgis-user mailing list
 qgis-u...@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user




 This transmission is intended for the named addressee(s) only and may
 contain sensitive or protectively marked material up to RESTRICTED and
 should be handled accordingly. Unless you are the named addressee (or
 authorised to receive it for the addressee) you may not copy or use it, or
 disclose it to anyone else. If you have received this transmission in error
 please notify the sender immediately. All email traffic sent to or from us,
 including without limitation all GCSX traffic, may be subject to recording
 and/or monitoring in accordance with relevant legislation.

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


[Qgis-developer] What is now the URL of the Official QGIS repository?

2012-04-01 Thread Noli Sicad
Hi,

What is now the URL of the Official QGIS repository?

I am not getting SEXANTE  plugin in QGIS 1.7.2 in Mac OS X.

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


Re: [Qgis-user] Re: [Qgis-developer] Oracle Spatial Driver

2012-03-30 Thread Noli Sicad
Simon Greener has GeoRaptor - Oracle. It is GPL. I think this can be
use for creating the driver, if I am not mistaken.

http://www.spatialdbadvisor.com/

GeoRaptor is an extension for Oracle SQL Developer viewing and
maintaining Spatial data. It is a true Open Source project started in
2006. The name was inspired by SQL Developer's prerelease name
Raptor and was left unchanged after product launch of SQL Developer

http://sourceforge.net/apps/mediawiki/georaptor/index.php?title=Main_Page

Noli

On 3/30/12, Noli Sicad nsi...@gmail.com wrote:
 The issue of creating GPL drivers for propietary SQL databases has
 been discussed before. You can search it in the archives.

 The drivers are GPL, no propietary code are in the drivers. If they
 have as the case of SQL Anywhere, source are being released as GPL.
 This is the case for the SQL Anywhere Spatial and MS SQL 2008 Spatial
 drivers.

 SQL Anywhere Spatial and MS SQL 2008 Spatial drivers are all GPL.

 Noli

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


Re: [Qgis-user] Re: [Qgis-developer] Oracle Spatial Driver

2012-03-30 Thread Noli Sicad
This is the license of Oracle Raptor.

raptor   raptor raptor-devel  LGPLv2+ or ASL 2.0

http://oracleplsqlprogramming.com/oppnews_200510.html

Noli



On 3/30/12, Noli Sicad nsi...@gmail.com wrote:
 Simon Greener has GeoRaptor - Oracle. It is GPL. I think this can be
 use for creating the driver, if I am not mistaken.

 http://www.spatialdbadvisor.com/

 GeoRaptor is an extension for Oracle SQL Developer viewing and
 maintaining Spatial data. It is a true Open Source project started in
 2006. The name was inspired by SQL Developer's prerelease name
 Raptor and was left unchanged after product launch of SQL Developer

 http://sourceforge.net/apps/mediawiki/georaptor/index.php?title=Main_Page

 Noli

 On 3/30/12, Noli Sicad nsi...@gmail.com wrote:
 The issue of creating GPL drivers for propietary SQL databases has
 been discussed before. You can search it in the archives.

 The drivers are GPL, no propietary code are in the drivers. If they
 have as the case of SQL Anywhere, source are being released as GPL.
 This is the case for the SQL Anywhere Spatial and MS SQL 2008 Spatial
 drivers.

 SQL Anywhere Spatial and MS SQL 2008 Spatial drivers are all GPL.

 Noli


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


Re: [Qgis-developer] Re: import proprietary code inside a python plugin

2012-03-27 Thread Noli Sicad
QGis (GPL) + GPL + LGPL + proprietary = illegal.

Any proprietary code added to GPL is illegal. Unless they re license
the code as LGPL.

Noli



On 3/27/12, Paolo Corti pco...@gmail.com wrote:
 On Tue, Mar 27, 2012 at 9:07 AM, G. Allegri gioha...@gmail.com wrote:
 I premit that I've already chosen a solution to bypass these issues: one,
 common library and two plugins, one for qgis and one for arcpy. The
 plugins
 will interact through pickling, sharing a common data structure from the
 common library. This is the easiest solution for me to deploy (no servers
 as
 with iPython or RabbitMQ).


 Hi Giovanni
 as others suggested, you can not use arcpy for
 writing a QGIS plugin, if you are willing to deploy it as open source
 (ie it is not for your company internal use). QGIS plugins must be
 released as GPL.
 Are you considering to release your solution for the community? If not
 - as I think - you do not need to bother ;)


 fTool + GDAL python bindings + ECW


 same here, if you are willing to open your code to the community.
 For the same reason GDAL packages are not built with ecw support (same
 for file gdb, arcsde ecc ecc), but you must compile it for yourself if
 you need it.

 ciao
 p

 --
 Paolo Corti
 Geospatial software developer
 web: http://www.paolocorti.net
 twitter: @capooti
 skype: capooti
 ___
 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


Re: [Qgis-developer] QGIS now with 100% more MS SQL 2008 support

2012-03-23 Thread Noli Sicad
Nathan,

 QGIS now has a native MS SQL provider 2008.  The provider can found using
 the new toolbar button (purple icon) or in the MS SQL node in the QBrowser
 tree.

Is it MS SQL 2008 Spatial or just MS SQL 2008?

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


[Qgis-developer] Apple Tile Map (iPhoto Maps) and QGIS Openlayers plugin

2012-03-08 Thread Noli Sicad
Hi,

Apple released Apple Tile Map together with new iPad (HD).

http://blog.osmfoundation.org/2012/03/08/welcome-apple/

Sites you can view Apple Tile Map:

Using GoogleMap API
http://www.refnum.com/tmp/apple.html

Using Leaflet with transparency
http://ivan.sanchezortega.es/leaflet-apple.php

Can update QGIS OpenLayers Plugin to include Apple Tile Map?

Thanks.

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


Re: [Qgis-developer] qgis on iPad

2011-12-22 Thread Noli Sicad
  unless iOS changes it's license policy, this won't happen. iOS and GPL
  are incompatible.

More on this topic.

WordPress for iOS is GPL
http://ios.forums.wordpress.org/topic/using-gpled-code-in-an-iphone-app

iPhone port (iOS) of GNU Go. GNU Go is GPL.
http://lgustavomartins.wordpress.com/tag/ios/

iOS is best using LGPL. Spatialite, GEOS, Proj4 librariers works in iOS

GPL and Mac Store for OS X
http://apple.stackexchange.com/questions/6109/is-it-possible-to-have-gpl-software-in-the-mac-app-store

iOS App Store and GPL.
http://michelf.com/weblog/2011/gpl-ios-app-store/

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


Re: [Qgis-developer] qgis on iPad

2011-12-22 Thread Noli Sicad
  unless iOS changes it's license policy, this won't happen. iOS and GPL
  are incompatible.

More on this topic.

WordPress for iOS is GPL
http://ios.forums.wordpress.org/topic/using-gpled-code-in-an-iphone-app

iPhone port (iOS) of GNU Go. GNU Go is GPL.
http://lgustavomartins.wordpress.com/tag/ios/

iOS is best using LGPL. JFYI, Spatialite, GEOS, Proj4 librariers work in iOS

GPL and Mac Store for OS X
http://apple.stackexchange.com/questions/6109/is-it-possible-to-have-gpl-software-in-the-mac-app-store

iOS App Store and GPL.
http://michelf.com/weblog/2011/gpl-ios-app-store/

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


Re: [Qgis-developer] qgis on android

2011-12-14 Thread Noli Sicad
Try downloading the apk in PC first, place it the SD,  and then install it.



On 12/14/11, Paolo Cavallini cavall...@faunalia.it wrote:
 Il 14/12/2011 08:28, Tim Sutton ha scritto:
 Marco B will correct me if I am wrong but I recall him saying that the
 installation takes a long time and seems to make the phone appear
 locked. He was working on a patch to make a progress bar during
 installation. So try just leaving the phone for a while and see if the
 install in fact works.
 It is not locked, it says the installation failed.
 Thanks.

 --
 Paolo Cavallini
 See: http://www.faunalia.it/pc

 ___
 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] GeoDesign for Climate Change Adaptation - what can QGIS do?

2011-12-02 Thread Noli Sicad
Hi,

FYI, http://www.spatialroundtable.com/

I think it is worth reading what these people are talking about
Climate Change Adaptation and GIS.

GeoDesign is ESRI initiative. ESRI like to sell their product to UN,
Government, NGO's, etc for Climate Change researchers and users.

http://www.cop17-cmp7durban.com/

BTW, QGIS have already some plugins on this area.

- Raster classification with DTclassifier for QGIS
http://gis-lab.info/qa/dtclassifier-eng.html

- Forest Management Toolkit QGIS plugin for Forest Stewardship Council
http://www.denisalder.net/fmt/

Use of QGIS in forestry
http://www.qgis.org/fr/communaute/etude-de-cas/basel-switzerland.html

Any other use of QGIS (i.e. UR links) in relation to Climate Change
Adaptation and Carbon Sequestration projects?

Thanks.

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


[Qgis-developer] Re: GeoDesign for Climate Change Adaptation - what can QGIS do?

2011-12-02 Thread Noli Sicad
What is ESRI GeoDesign?

http://www.esri.com/technology-topics/geodesign/index.html

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


Re: [Qgis-user] Re: [Qgis-developer] Critical problems with 1.7.2 from ubuntu binaries

2011-11-29 Thread Noli Sicad
 reproduced the problem by installing on another machine with ubuntu
 10.04 . Running qgis from the command line I get:

 alobo@delia:~$ qgis
 Warning: loading of qgis translation failed
 [/usr/share/qgis/i18n//qgis_en_US]
 Warning: loading of qt translation failed
 [/usr/share/qt4/translations/qt_en_US]
 Warning: Couldn't load Python support library: Cannot load library
 /lib/qgispython: (/lib/libqgispython.so: cannot open shared object
 file: No such file or directory)

In ubuntu 10.04 Lucid, you have to install

- python-qgis 1.7.2~Lucid1
- python-qgis-common 1.7.2-1~Lucid1

If you upgrade from other version (e.g. 1.7.0), you have to remove
first the old version then install 1.7.2.

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


Re: [Qgis-developer] Critical problems with 1.7.2 from ubuntu binaries

2011-11-28 Thread Noli Sicad
How you got the error?

I am using Ubuntu 10.04 lucid with 1.7.2.

I don't have problems with the python and c++ plugins.

Noli

On 11/29/11, Agustin Lobo alobolis...@gmail.com wrote:
 After updating to 1.7.2 in ubuntu 10.4 LTS using the
 ubuntugis-unstable repo, the CRS cannot be set:
 Could not open CRS database /resources/srs.dbbrError(14): unable to
 open database file!

 and almost all plugins are gone (including plugin installer).

 Agus
 ___
 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


Re: [Qgis-developer] Call for packaging: QGIS 1.7.2

2011-11-19 Thread Noli Sicad
Werner,

When do we expect to see this release?

It is already a week since you call for the packagers to get ready for
this release.

Any target date?

Thanks.

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


Re: [Qgis-developer] QIGS GPL - LGPL - Tigers, Lions and Bears Oh My!

2011-11-17 Thread Noli Sicad
Hi Marco,

 GPL does not require to publish changes / plugins to everyone. E.g. say you
 create a plugin for a contractor, if you give them the binary and a source
 tarball, it's all fine with GPL, and there is no requirement for you or the
 contractor to publish the plugin to the public.

This is interesting take about GPL and QGIS plugins.

It means that the QGIS plugins is LGPL in this case.

If It is GPL, we the public can demand that QGIS plugin should be
available publicly both the source and binary.

Is the QGIS plugins, LGPL?

What do other thinks about Marco's interpretation about GPL and the
QGIS plugins, not available for everyone - i.e.  there is no
requirement for you or the  contractor to publish the plugin to the
public.

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


Re: [Qgis-developer] QIGS GPL - LGPL - Tigers, Lions and Bears Oh My!

2011-11-17 Thread Noli Sicad
 The GPL and LGPL only take effect on *distribution*. This means if you
 build software for in-house (e.g. to be used only within your
 organisation) there is no need to release the source code. So an
 organisation can pay a contractor to do work for them and never make
 it public.

So, the Marco's statement is nothing to do with QGIS GPL license.

I thought that Marco is talking about QGIS. He is just talking general
terms regarding software development GPL, not particular to current
QGIS license.

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


  1   2   3   >