Re: [GRASS-dev] [GRASS GIS] #3357: v.rast.stats: add support for -d flag (densified lines)

2017-07-22 Thread GRASS GIS
#3357: v.rast.stats: add support for -d flag (densified lines)
--+-
  Reporter:  veroandreo   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.2.2
 Component:  Vector   |Version:  svn-trunk
Resolution:   |   Keywords:  v.rast.stats, v.to.rast
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 Replying to [comment:3 mlennert]:
 > AFAICT this comes from the v.to.rast call. It is harmless, but probably
 a bit confusing. You should be able to solve this by adding a type
 parameter to v.rast.stats and send that to v.to.rast.

 Instead of adding a new type parameter the patch now contains an extra
 test to check when to apply -d internally. Please test.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3357: v.rast.stats: add support for -d flag (densified lines)

2017-07-22 Thread GRASS GIS
#3357: v.rast.stats: add support for -d flag (densified lines)
--+-
  Reporter:  veroandreo   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.2.2
 Component:  Vector   |Version:  svn-trunk
Resolution:   |   Keywords:  v.rast.stats, v.to.rast
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by neteler):

 * Attachment "v_rast_stats_flag.diff" added.

 Flag -d added

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] git repo for new Web site created

2017-07-22 Thread Vaclav Petras
On Sat, Jul 22, 2017 at 2:04 PM, Markus Neteler  wrote:

>
> Then we can enable you for the repo.
>

Please add me. My account is wenzeslaus

https://git.osgeo.org/gogs/wenzeslaus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] git repo for new Web site created

2017-07-22 Thread Markus Neteler
Hi,

during the FOSS4G-Europe 2017 code sprint we decided to create a git
repo the upcoming GRASS GIS web site (there is the long standing plan
to get a new beautiful web site :-)

To join, please register here - by using your OSGeo-ID:

https://git.osgeo.org/gogs/grass_gis

Then we can enable you for the repo.

Best,
Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3357: v.rast.stats: add support for -d flag (densified lines)

2017-07-22 Thread GRASS GIS
#3357: v.rast.stats: add support for -d flag (densified lines)
--+-
  Reporter:  veroandreo   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.2.2
 Component:  Vector   |Version:  svn-trunk
Resolution:   |   Keywords:  v.rast.stats, v.to.rast
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by mlennert):

 Replying to [comment:2 veroandreo]:
 > I applied the patch and tested both with polygons and lines vector maps.
 Using your example, I get the same warning (but I would say that's
 expected and correct behavior for polygons, i.e.: if line densification is
 used with polygons, adjacent polygons would have overlapping areas in the
 intermediate raster map).
 >
 > For a lines vector map, I get the following warning
 >
 > {{{
 > g.copy vector=railroads,myrailroads
 > v.rast.stats myrailroads raster=elevation column_prefix=elev
 method=average -d
 > WARNING: No areas selected from vector map 
 > }}}

 AFAICT this comes from the v.to.rast call. It is harmless, but probably a
 bit confusing. You should be able to solve this by adding a type parameter
 to v.rast.stats and send that to v.to.rast.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #3376: Rendering failed: Expecting image 390x240 but got 10x10

2017-07-22 Thread GRASS GIS
#3376: Rendering failed: Expecting image 390x240 but got 10x10
---+-
 Reporter:  wenzeslaus |  Owner:  grass-dev@…
 Type:  defect | Status:  new
 Priority:  minor  |  Milestone:  7.4.0
Component:  wxGUI  |Version:  svn-trunk
 Keywords:  mapdisp, rendering, display, size  |CPU:  Unspecified
 Platform:  Unspecified|
---+-
 Sometimes in GUI (wxGUI Map Display) I get ''Rendering failed: Expecting
 image [of certain size] but got [different size].'' For example:

 {{{
 core.gcmd.GException: Rendering failed: Expecting 390x240 image but got
 10x10 image.
 }}}

 I'm not sure how to reproduce it in GUI, but get it quite often (50% of
 cases) with `gui/wxpython/mapdisp/test_mapdisp.py`:

 {{{
 test_mapdisp.py test=apitest vector=streets
 }}}

 The traceback:

 {{{
 GRASS 7.3.svn (nc_basic_spm_grass7):.../gui/wxpython > python
 mapdisp/test_mapdisp.py test=apitest vector=streets
 Traceback (most recent call last):
   File ".../gui/wxpython/core/gthread.py", line 117, in OnDone
 event.ondone(event)
   File ".../gui/wxpython/core/render.py", line 442, in OnRenderDone
 self.updateProgress.emit(layer=self.layer)
   File ".../etc/python/grass/pydispatch/signal.py", line 229, in emit
 dispatcher.send(signal=self, *args, **kwargs)
   File ".../etc/python/grass/pydispatch/dispatcher.py", line 349, in send
 **named
   File ".../etc/python/grass/pydispatch/robustapply.py", line 60, in
 robustApply
 return receiver(*arguments, **named)
   File ".../gui/wxpython/core/render.py", line 717, in ReportProgress
 self.renderDone.emit()
   File ".../etc/python/grass/pydispatch/signal.py", line 229, in emit
 dispatcher.send(signal=self, *args, **kwargs)
   File ".../etc/python/grass/pydispatch/dispatcher.py", line 349, in send
 **named
   File ".../etc/python/grass/pydispatch/robustapply.py", line 60, in
 robustApply
 return receiver(*arguments, **named)
   File ".../gui/wxpython/core/render.py", line 623, in OnRenderDone
 raise GException(_("Rendering failed: %s" % msg))
 core.gcmd.GException: Rendering failed: Expecting 390x240 image but got
 10x10 image.
 }}}

 In that case, it seems that it happens when the window is being set up
 from some initial small size, so it is not necessarily the same case in
 GUI.

 In both cases, GUI continues to work. Setting as minor defect for the next
 release.

 This was also mentioned in #2677 and #2710.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3357: v.rast.stats: add support for -d flag (densified lines)

2017-07-22 Thread GRASS GIS
#3357: v.rast.stats: add support for -d flag (densified lines)
--+-
  Reporter:  veroandreo   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.2.2
 Component:  Vector   |Version:  svn-trunk
Resolution:   |   Keywords:  v.rast.stats, v.to.rast
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by veroandreo):

 I applied the patch and tested both with polygons and lines vector maps.
 Using your example, I get the same warning (but I would say that's
 expected and correct behavior for polygons, i.e.: if line densification is
 used with polygons, adjacent polygons would have overlapping areas in the
 intermediate raster map).

 For a lines vector map, I get the following warning

 {{{
 g.copy vector=railroads,myrailroads
 v.rast.stats myrailroads raster=elevation column_prefix=elev
 method=average -d
 WARNING: No areas selected from vector map 
 }}}

 but, it seems to work properly (showing only an extract).

 {{{
 v.db.select myrailroads
 
cat|OBJECTID|FNODE_|TNODE_|LPOLY_|RPOLY_|LENGTH|RR24_100_|RR24_100_I|MAJOR1|MINOR1|SCALE|elev_average
 3063|3063|4109|4084|2|2|642.898743|3063|224|180|208|24000|70.5424867674362
 3064|3064|4107|4039|2|2|1208.258545|3064|9|180|208|24000|
 3065|3065|3999|4113|2|2|1892.670776|3065|739|180|201|24000|
 3066|3066|4114|4103|2|2|147.106094|3066|201|180|201|24000|
 3067|3067|4114|4104|2|2|147.106094|3067|238|180|201|24000|
 3068|3068|4114|4094|2|2|316.95166|3068|216|180|208|24000|79.0518072219122
 3069|3069|4115|4102|2|2|147.106094|3069|240|180|208|24000|
 3070|3070|4116|4104|2|2|147.106094|3070|241|180|208|24000|
 3071|3071|4119|4106|2|2|158.241898|3071|181|180|201|24000|
 3072|3072|4101|4120|2|2|192.714844|3072|2|180|208|24000|
 3073|3073|4101|4120|2|2|192.714844|3073|5|180|201|24000|
 3074|3074|4105|4122|2|2|249.740448|3074|221|180|208|24000|
 3075|3075|4122|4118|2|2|221.97583|3075|223|180|208|24000|75.6025638580322
 3076|3076|4105|4123|2|2|249.740448|3076|220|180|208|24000|77.1286170596168
 3077|3077|4125|4119|2|2|92.723|3077|189|180|201|24000|
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Codesprint started at FOSS4G-Europe 2017

2017-07-22 Thread Markus Neteler
On Sat, Jul 22, 2017 at 11:00 AM, Markus Neteler  wrote:
> Hi community,
>
> we started with the today's GRASS GIS Community sprint at
> https://wiki.osgeo.org/wiki/FOSS4G-Europe_2017_Code_sprint
>
> See our agenda here:
> https://grasswiki.osgeo.org/wiki/GRASS_Community_Sprint_Paris_2017#Agenda_-_What_we_plan_to_do
> (please add your topics!)
>
> We are virtually also in IRC (in order to chat, for virtual participants):
> https://grasswiki.osgeo.org/wiki/How_to_participate_in_IRC_communication

BTW: We are going to track as usual our activities here:
https://grasswiki.osgeo.org/wiki/Talk:GRASS_Community_Sprint_Paris_2017

Best,
Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3357: v.rast.stats: add support for -d flag (densified lines)

2017-07-22 Thread GRASS GIS
#3357: v.rast.stats: add support for -d flag (densified lines)
--+-
  Reporter:  veroandreo   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.2.2
 Component:  Vector   |Version:  svn-trunk
Resolution:   |   Keywords:  v.rast.stats, v.to.rast
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by neteler):

 * Attachment "v_rast_stats_flag.diff" added.

 Flag -d added

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #3357: v.rast.stats: add support for -d flag (densified lines)

2017-07-22 Thread GRASS GIS
#3357: v.rast.stats: add support for -d flag (densified lines)
--+-
  Reporter:  veroandreo   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.2.2
 Component:  Vector   |Version:  svn-trunk
Resolution:   |   Keywords:  v.rast.stats, v.to.rast
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by neteler):

 I have locally implemented the flag (patch attached) but it requires more
 work:

 {{{
 v.rast.stats myzipcodes_wake raster=elevation   column_prefix=elev
 method=minimum,maximum,average,range,stddev,percentile   percentile=95 -d
 WARNING: Area conversion and line densification are mutually exclusive,
  disabling line densification.
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] GRASS GIS twitter account - was: Re: Fwd: [mapserver-users] new official twitter account

2017-07-22 Thread Markus Neteler
(changing to a more appropriate subject line)

On Sat, Jul 22, 2017 at 2:43 PM, Vaclav Petras  wrote:
> On Sat, Jul 22, 2017 at 5:24 AM, Luca Delucchi  wrote:
> years ago, Jorge Cornejo (CC'ed) created and used this account. However,
> recently the automatic settings associated with the account was only
> reposting some RSS reader with inappropriate content (from point of view of
> GRASS and open source) - Jorge already solved that. Last week or so, he gave
> access to it through TweetDeck and he can give it to you as well. With
> TweetDeck, I can now tweet and also delete old tweets. However, I don't have
> a full access to the account and can't change name, banner, add people to
> TweetDeck, etc. (Jorge has).
>
> https://twitter.com/GRASSGIS

Great, that some progress has been made here. Looking forward to the
cleanup of the remaining issues.
Thanks for your support, Jorge!

Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2940: Compiling Grass-7.0.3 under FreeBSD: tplot directory (with log)

2017-07-22 Thread GRASS GIS
#2940: Compiling Grass-7.0.3 under FreeBSD: tplot directory (with log)
--+-
  Reporter:  pieside  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.2
 Component:  Default  |Version:  7.2.0
Resolution:   |   Keywords:  FreeBSD
   CPU:  x86-64   |   Platform:  Other Unix
--+-

Comment (by neteler):

 Replying to [comment:11 lbartoletti]:
 > Normally, Python is already present.
 > It does not matter, I'll start from scratch. Here's what I get by
 compiling directly
 [https://raw.githubusercontent.com/lbartoletti/grass7/master/build_log
 log].

 Here is a line from your log, appearing for most t.* modules:

 {{{
 gmake[5]: Entering directory
 '/usr/home/Loic/grass7/work/grass-7.2.0/temporal/t.create'
 /usr/bin/install -c  t.create.py
 /usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/scripts/t.create
 if [ "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/scripts/t.create" != "" ] ; then
 GISRC=/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/demolocation/.grassrc72
 GISBASE=/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0 PATH="/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/bin:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/bin:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/scripts:$PATH"
 PYTHONPATH="/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/gui/wxpython:$PYTHONPATH"
 LD_LIBRARY_PATH="/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/bin:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/bin:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-
 freebsd11.0/scripts:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/lib:/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64
 -portbld-freebsd11.0/lib:" LC_ALL=C
 /usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/scripts/t.create --html-description < /dev/null | grep -v
 '\|' > t.create.tmp.html ; fi
 Traceback (most recent call last):
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/scripts/t.create", line 62, in 
 import grass.temporal as tgis
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/temporal/__init__.py", line 3, in 
 from .core import *
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/temporal/core.py", line 45, in 
 from .c_libraries_interface import *
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/temporal/c_libraries_interface.py", line 28,
 in 
 from grass.pygrass.rpc.base import RPCServerBase
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/pygrass/rpc/__init__.py", line 21, in
 
 from grass.pygrass.vector import *
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/pygrass/vector/__init__.py", line 13, in
 
 from grass.pygrass.vector.vector_type import VTYPE
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/pygrass/vector/vector_type.py", line 9, in
 
 from grass.pygrass.vector import geometry as geo
   File "/usr/home/Loic/grass7/work/grass-7.2.0/dist.amd64-portbld-
 freebsd11.0/etc/python/grass/pygrass/vector/geometry.py", line 12, in
 
 import numpy as np
   File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line
 142, in 
 from . import add_newdocs
   File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line
 13, in 
 from numpy.lib import add_newdoc
   File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py",
 line 8, in 
 from .type_check import *
   File "/usr/local/lib/python2.7/site-packages/numpy/lib/type_check.py",
 line 11, in 
 import numpy.core.numeric as _nx
   File "/usr/local/lib/python2.7/site-packages/numpy/core/__init__.py",
 line 14, in 
 from . import multiarray
 ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by
 /usr/local/lib/gcc5/libgfortran.so.3 not found
 gmake[5]: *** [../..//include/Make/Html.make:14: t.create.tmp.html] Error
 1
 }}}

 ... to be fixed on your server.

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2940: Compiling Grass-7.0.3 under FreeBSD: tplot directory (with log)

2017-07-22 Thread GRASS GIS
#2940: Compiling Grass-7.0.3 under FreeBSD: tplot directory (with log)
--+-
  Reporter:  pieside  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.2
 Component:  Default  |Version:  7.2.0
Resolution:   |   Keywords:  FreeBSD
   CPU:  x86-64   |   Platform:  Other Unix
--+-

Comment (by lbartoletti):

 Normally, Python is already present.
 It does not matter, I'll start from scratch. Here's what I get by
 compiling directly
 [https://raw.githubusercontent.com/lbartoletti/grass7/master/build_log
 log].

 That's how I configured it:

 {{{
 ./configure --with-includes=/usr/local/include --with-libs=/usr/local/lib
 --with-freetype-includes=/usr/local/include/freetype2 --with-cairo --with-
 nls --with-cxx --with-readline --with-proj-share=/usr/local/share/proj
 }}}
 and the
 [https://raw.githubusercontent.com/lbartoletti/grass7/master/config_log
 log for it]

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Fwd: [mapserver-users] new official twitter account

2017-07-22 Thread Vaclav Petras
Hi Luca,

On Sat, Jul 22, 2017 at 5:24 AM, Luca Delucchi  wrote:

>
> For social people do we want/have a twitter channel too?
>

years ago, Jorge Cornejo (CC'ed) created and used this account. However,
recently the automatic settings associated with the account was only
reposting some RSS reader with inappropriate content (from point of view of
GRASS and open source) - Jorge already solved that. Last week or so, he
gave access to it through TweetDeck and he can give it to you as well. With
TweetDeck, I can now tweet and also delete old tweets. However, I don't
have a full access to the account and can't change name, banner, add people
to TweetDeck, etc. (Jorge has).

https://twitter.com/GRASSGIS

Vaclav



>
>
> -- Forwarded message --
> From: Jeff McKenna 
> Date: 22 July 2017 at 10:49
> Subject: [mapserver-users] new official twitter account
> To: MapServer 
>
>
> Hello from the OSGeo code sprint at FOSS4G paris!
>
> The MapServer team here has created a new twitter account for updates
> from the MapServer project: please share!
> https://twitter.com/mapserver_osgeo
>
> (this is from overwhelming feedback at FOSS4G this week from the
> community, for more public updates from the project)
>
> Thanks!
>
> -jeff
>
>
> --
> Jeff McKenna
> MapServer Consulting and Training Services
> http://www.gatewaygeomatics.com/
>
>
>
>
> ___
> mapserver-users mailing list
> mapserver-us...@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
> --
> ciao
> Luca
>
> www.lucadelu.org
> ___
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-dev
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Fwd: [mapserver-users] new official twitter account

2017-07-22 Thread Luca Delucchi
Hi all,

For social people do we want/have a twitter channel too?


-- Forwarded message --
From: Jeff McKenna 
Date: 22 July 2017 at 10:49
Subject: [mapserver-users] new official twitter account
To: MapServer 


Hello from the OSGeo code sprint at FOSS4G paris!

The MapServer team here has created a new twitter account for updates
from the MapServer project: please share!
https://twitter.com/mapserver_osgeo

(this is from overwhelming feedback at FOSS4G this week from the
community, for more public updates from the project)

Thanks!

-jeff


--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/




___
mapserver-users mailing list
mapserver-us...@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users


-- 
ciao
Luca

www.lucadelu.org
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2940: Compiling Grass-7.0.3 under FreeBSD: tplot directory (with log)

2017-07-22 Thread GRASS GIS
#2940: Compiling Grass-7.0.3 under FreeBSD: tplot directory (with log)
--+-
  Reporter:  pieside  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.2
 Component:  Default  |Version:  7.2.0
Resolution:   |   Keywords:  FreeBSD
   CPU:  x86-64   |   Platform:  Other Unix
--+-

Comment (by neteler):

 Replying to [comment:8 lbartoletti]:
 > Hi,
 >
 > I've tried to build grass 7.2 on our poudriere system (FreeBSD 11 amd 64
 without success). Here the
 
[https://gist.githubusercontent.com/lbartoletti/dee8bb053df33682f82af9bae834fdb8/raw/bb9e8b80deadfacf4d7b8b96c8808141d329a3d1/gistfile1.txt
 log] and the [https://forums.freebsd.org/threads/56558/#post-334096
 discussion on FreeBSD Forum.]
 >
 > I can't be present at FOSS4G-E code sprint, but if something can help us
 :)

 Yes :)

 So, the log contains:

 {{{
 env: python: No such file or directory
 }}}

 The reason is that there is not link from python2.7 --> python on your
 system (or it is not in $PATH), so that the first line in GRASS' Python
 scripts fails:

 {{{
 #!/usr/bin/env python
 }}}

 A lot of the errors there might be secondary ones due to this link
 missing.
 Can you add this link, try again and report here?

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Codesprint started at FOSS4G-Europe 2017

2017-07-22 Thread Markus Neteler
Hi community,

we started with the today's GRASS GIS Community sprint at
https://wiki.osgeo.org/wiki/FOSS4G-Europe_2017_Code_sprint

See our agenda here:
https://grasswiki.osgeo.org/wiki/GRASS_Community_Sprint_Paris_2017#Agenda_-_What_we_plan_to_do
(please add your topics!)

We are virtually also in IRC (in order to chat, for virtual participants):
https://grasswiki.osgeo.org/wiki/How_to_participate_in_IRC_communication

Best,
Markus
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev