Re: [GRASS-dev] [GRASS GIS] #2992: r3.null creates a lot of new unexpected null cells likely by creating a null tile

2018-09-25 Thread GRASS GIS
#2992: r3.null creates a lot of new unexpected null cells likely by creating a
null tile
-+-
  Reporter:  wenzeslaus  |  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  major   |  Milestone:  7.4.2
 Component:  Raster3D|Version:  unspecified
Resolution:  |   Keywords:  r3.null, NULLs, tiles,
   CPU:  |  Rast3d_flush_tiles_in_cube, data loss
  Unspecified|   Platform:  Unspecified
-+-

Comment (by martinl):

 Any progress?

-- 
Ticket URL: 
GRASS GIS 

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

Re: [GRASS-dev] i.modis key error 'datum'

2018-09-25 Thread Nikos Alexandris

Nikos Alexandris:


Apparently i.modis won't run if the current projection definition does
not have the 'datum' defined. I.e., in a location like,
```
g.proj -p
-PROJ_INFO-
name   : clark66
ellps  : clark66
proj   : ll
no_defs: defined
-PROJ_UNITS
unit   : degree
units  : degrees
meters : 1.0
```


Markus Neteler:


... besides error catching in i.modis, how was that location created?


Actually, using a file from https://zenodo.org/record/1135230:
```
grass -c LST_2016_07_avg.tif /geo/grassdb/lst/modis_lst
```
and `g.proj -p` will return the above projection details.

Nikos


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

Re: [GRASS-dev] i.modis key error 'datum'

2018-09-25 Thread Markus Neteler
On Tue, Sep 25, 2018 at 11:40 AM Nikos Alexandris
 wrote:
> Nikos Alexandris:
>
> >> Apparently i.modis won't run if the current projection definition does
> >> not have the 'datum' defined. I.e., in a location like,
> >> ```
> >> g.proj -p
> >> -PROJ_INFO-
> >> name   : clark66
> >> ellps  : clark66
> >> proj   : ll
> >> no_defs: defined
> >> -PROJ_UNITS
> >> unit   : degree
> >> units  : degrees
> >> meters : 1.0
> >> ```
>
> Markus Neteler:
>
> >... besides error catching in i.modis, how was that location created?
>
> Actually, using a file from https://zenodo.org/record/1135230:

Yes, that's as explained there:

The Coordinate Reference System (CRS) is identical to the
MOD11C1/MYD11C1 product as provided by NASA. In WKT as reported by
GDAL:

GEOGCS["Unknown datum based upon the Clarke 1866 ellipsoid",
DATUM["Not specified (based on Clarke 1866 spheroid)",
SPHEROID["Clarke 1866",6378206.4,294.9786982138982,
AUTHORITY["EPSG","7008"]]],
PRIMEM["Greenwich",0],
UNIT["degree",0.0174532925199433]]

Hence, following NASA - MODIS. It seems that a fix in i.modis is needed.

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

Re: [GRASS-dev] [GRASS GIS] #3486: v.in.ogr/v.out.ogr: default format in online manual (was: v.in.ogr: default format in online manual)

2018-09-25 Thread GRASS GIS
#3486: v.in.ogr/v.out.ogr: default format in online manual
--+-
  Reporter:  martinl  |  Owner:  grass-dev@…
  Type:  task | Status:  new
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Docs |Version:  unspecified
Resolution:   |   Keywords:  v.out.ogr
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

-- 
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] #3441: Use some UTF-8 locale for en language

2018-09-25 Thread GRASS GIS
#3441: Use some UTF-8 locale for en language
---+-
  Reporter:  marisn|  Owner:  marisn
  Type:  defect| Status:  closed
  Priority:  major |  Milestone:  7.4.2
 Component:  Translations  |Version:  svn-trunk
Resolution:  fixed |   Keywords:  locale
   CPU:  Unspecified   |   Platform:  Unspecified
---+-
Changes (by marisn):

 * status:  reopened => closed
 * resolution:   => fixed


Comment:

 I think we have done everything what is possible on the GRASS side to make
 it work. Closing as fixed.

-- 
Ticket URL: 
GRASS GIS 

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

Re: [GRASS-dev] i.modis key error 'datum'

2018-09-25 Thread Veronica Andreo
El mar., 25 sep. 2018 6:44, Markus Neteler  escribió:

> On Tue, Sep 25, 2018 at 11:40 AM Nikos Alexandris
>  wrote:
> > Nikos Alexandris:
> >
> > >> Apparently i.modis won't run if the current projection definition does
> > >> not have the 'datum' defined. I.e., in a location like,
> > >> ```
> > >> g.proj -p
> > >> -PROJ_INFO-
> > >> name   : clark66
> > >> ellps  : clark66
> > >> proj   : ll
> > >> no_defs: defined
> > >> -PROJ_UNITS
> > >> unit   : degree
> > >> units  : degrees
> > >> meters : 1.0
> > >> ```
> >
> > Markus Neteler:
> >
> > >... besides error catching in i.modis, how was that location created?
> >
> > Actually, using a file from https://zenodo.org/record/1135230:
>
> Yes, that's as explained there:
>
> The Coordinate Reference System (CRS) is identical to the
> MOD11C1/MYD11C1 product as provided by NASA. In WKT as reported by
> GDAL:
>
> GEOGCS["Unknown datum based upon the Clarke 1866 ellipsoid",
> DATUM["Not specified (based on Clarke 1866 spheroid)",
> SPHEROID["Clarke 1866",6378206.4,294.9786982138982,
> AUTHORITY["EPSG","7008"]]],
> PRIMEM["Greenwich",0],
> UNIT["degree",0.0174532925199433]]
>
> Hence, following NASA - MODIS. It seems that a fix in i.modis is needed.
>

Nikos,

Please, open a ticket for this so it doesn't get lost in emails.

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

[GRASS-dev] [GRASS GIS] #3659: i.modis.import fails if 'datum' not defined

2018-09-25 Thread GRASS GIS
#3659: i.modis.import fails if 'datum' not defined
-+-
 Reporter:  Nikos Alexandris |  Owner:  grass-dev@…
 Type:  defect   | Status:  new
 Priority:  normal   |  Milestone:
Component:  Imagery  |Version:  unspecified
 Keywords:  i.modis, i.modis.import  |CPU:  Unspecified
 Platform:  Unspecified  |
-+-
 `i.modis.import` will fail if the 'datum' is not defined. For example, in
 a LOCATION as the following:

 {{{
 g.proj -p
 -PROJ_INFO-
 name : clark66
 ellps : clark66
 proj : ll
 no_defs : defined
 -PROJ_UNITS
 unit : degree
 units : degrees
 meters : 1.0
 }}}

 the following command will fail
 {{{
 i.modis.import input=MOD11A1.A2016174.h18v04.006.2016240225941.hdf
 }}}

 and will report

 {{{
 Traceback (most recent call last):
 File "/home/user/.grass7/addons/scripts/i.modis.import", line 607, in
 
 sys.exit(main())
 File "/home/user/.grass7/addons/scripts/i.modis.import", line 559, in main
 single(options, remove, analyze, over, outfile)
 File "/home/user/.grass7/addons/scripts/i.modis.import", line 360, in
 single
 projObj = projection()
 File "/home/user/.grass7/addons/etc/i.modis/rmodislib.py", line 353, in
 __init__
 if self.proj['datum']:
 KeyError: 'datum'
 }}}

 Should the error message be improved, i.e. provide a clue to "switch" to
 another location?

-- 
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] #2631: Future winGRASS needs python-ply package

2018-09-25 Thread GRASS GIS
#2631: Future winGRASS needs python-ply package
-+-
  Reporter:  wenzeslaus  |  Owner:  grass-dev@…
  Type:  defect  | Status:  closed
  Priority:  normal  |  Milestone:  7.4.2
 Component:  Temporal|Version:  svn-trunk
Resolution:  fixed   |   Keywords:  OSGeo4W, winGRASS, decencies,
   CPU:  |  requirements
  Unspecified|   Platform:  MSWindows 8
-+-
Changes (by martinl):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Tested daily build at https://wingrass.fsv.cvut.cz/grass74/x86_64/. Seems
 to be OK.

-- 
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] #151: make documentation be full text searchable: use sphinx

2018-09-25 Thread GRASS GIS
#151: make documentation be full text searchable: use sphinx
--+-
  Reporter:  timmie   |  Owner:  epatton
  Type:  enhancement  | Status:  assigned
  Priority:  major|  Milestone:  7.8.0
 Component:  Docs |Version:  unspecified
Resolution:   |   Keywords:  JavaScript, Sphinx, Website
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by martinl):

 * milestone:  7.4.2 => 7.8.0


-- 
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] #1453: ps.map: various enhancements

2018-09-25 Thread GRASS GIS
#1453: ps.map: various enhancements
--+---
  Reporter:  mmetz|  Owner:  hamish
  Type:  enhancement  | Status:  assigned
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Ps.map   |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  All  |   Platform:  All
--+---

Comment (by martinl):

 What is the state of this ticket?

-- 
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] #1688: ps.map: adding negative scale and offset to vpoints plotting -- patch provided

2018-09-25 Thread GRASS GIS
#1688: ps.map: adding negative scale and offset to vpoints plotting  -- patch
provided
--+--
  Reporter:  alf  |  Owner:  hamish
  Type:  enhancement  | Status:  assigned
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Ps.map   |Version:  svn-develbranch6
Resolution:   |   Keywords:  ps.map vpoints
   CPU:  Unspecified  |   Platform:  All
--+--

Comment (by martinl):

 What is the state of this issue?

-- 
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] #2951: g.gui.gmodeler - unreadable mish-mash after some changes in list of items

2018-09-25 Thread GRASS GIS
#2951: g.gui.gmodeler - unreadable mish-mash after some changes in list of items
+-
  Reporter:  lfurtkevicova  |  Owner:  martinl
  Type:  enhancement| Status:  assigned
  Priority:  normal |  Milestone:  7.6.0
 Component:  wxGUI  |Version:  svn-trunk
Resolution: |   Keywords:  list of items, gmodeler
   CPU:  x86-64 |   Platform:  Linux
+-
Changes (by martinl):

 * milestone:  7.4.2 => 7.6.0


-- 
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] #3342: Support addon modules written in Bash

2018-09-25 Thread GRASS GIS
#3342: Support addon modules written in Bash
--+--
  Reporter:  wenzeslaus   |  Owner:  wenzeslaus
  Type:  defect   | Status:  assigned
  Priority:  normal   |  Milestone:  7.6.1
 Component:  Addons   |Version:  svn-trunk
Resolution:   |   Keywords:  shell, bash, g.extension, addons
   CPU:  Unspecified  |   Platform:  Unspecified
--+--
Changes (by martinl):

 * milestone:  7.4.2 => 7.6.1


-- 
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] #899: Better documentation and examples for i.eb.* and related modules requested

2018-09-25 Thread GRASS GIS
#899: Better documentation and examples for i.eb.* and related modules requested
--+
  Reporter:  huhabla  |  Owner:  ychemin
  Type:  enhancement  | Status:  assigned
  Priority:  minor|  Milestone:  7.4.2
 Component:  Docs |Version:  svn-trunk
Resolution:   |   Keywords:  imagery,i.eb.*, r.sunhours
   CPU:  All  |   Platform:  All
--+

Comment (by martinl):

 What is the state of this ticket?

-- 
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] #3305: r.mapcalc raster region handling of input maps

2018-09-25 Thread GRASS GIS
#3305: r.mapcalc raster region handling of input maps
--+
  Reporter:  huhabla  |  Owner:  huhabla
  Type:  enhancement  | Status:  assigned
  Priority:  minor|  Milestone:  7.4.2
 Component:  Raster   |Version:  svn-trunk
Resolution:   |   Keywords:  r.mapcalc, algebra
   CPU:  Unspecified  |   Platform:  Unspecified
--+

Comment (by martinl):

 Can we close the ticket?

-- 
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] #1976: r.mapcalc: Allow rounding of floating numbers

2018-09-25 Thread GRASS GIS
#1976: r.mapcalc: Allow rounding of floating numbers
--+-
  Reporter:  pvanbosgeo   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Raster   |Version:  unspecified
Resolution:   |   Keywords:  r.mapcalc
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by martinl):

 What is the state of the ticket?

-- 
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] #2237: r.stream.basins to trunk?

2018-09-25 Thread GRASS GIS
#2237: r.stream.basins to trunk?
--+-
  Reporter:  hellik   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Addons   |Version:  unspecified
Resolution:   |   Keywords:  r.stream.basins
   CPU:  All  |   Platform:  All
--+-
Changes (by martinl):

 * milestone:  7.4.2 => 7.8.0


-- 
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] #3549: pygrass wrongly reports lines for point vector maps

2018-09-25 Thread GRASS GIS
#3549: pygrass wrongly reports lines for point vector maps
--+-
  Reporter:  sbl  |  Owner:  martinl
  Type:  defect   | Status:  assigned
  Priority:  normal   |  Milestone:  7.4.2
 Component:  PyGRASS  |Version:  7.4.0
Resolution:   |   Keywords:  pygrass,vector,info
   CPU:  Unspecified  |   Platform:  All
--+-
Changes (by martinl):

 * owner:  grass-dev@… => martinl
 * cc: grass-dev@… (added)
 * status:  new => assigned


-- 
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] #899: Better documentation and examples for i.eb.* and related modules requested

2018-09-25 Thread GRASS GIS
#899: Better documentation and examples for i.eb.* and related modules requested
--+
  Reporter:  huhabla  |  Owner:  ychemin
  Type:  enhancement  | Status:  assigned
  Priority:  minor|  Milestone:  7.4.2
 Component:  Docs |Version:  svn-trunk
Resolution:   |   Keywords:  imagery,i.eb.*, r.sunhours
   CPU:  All  |   Platform:  All
--+

Comment (by veroandreo):

 AFAICT, all i.eb.* modules in core have still a very minimal description
 and they all lack examples. These latter are pretty difficult to include
 (for someone not in the field) without a proper description of what the
 module does and what the parameters mean or how they are supposed to be
 obtained.

 Maybe an i.eb general manual could give the basics of the process and then
 each module describe the specifics.

-- 
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] #3549: pygrass wrongly reports lines for point vector maps

2018-09-25 Thread GRASS GIS
#3549: pygrass wrongly reports lines for point vector maps
--+-
  Reporter:  sbl  |  Owner:  martinl
  Type:  defect   | Status:  assigned
  Priority:  normal   |  Milestone:  7.4.2
 Component:  PyGRASS  |Version:  7.4.0
Resolution:   |   Keywords:  pygrass,vector,info
   CPU:  Unspecified  |   Platform:  All
--+-

Comment (by martinl):

 In [changeset:"73393" 73393]:
 {{{
 #!CommitTicketReference repository="" revision="73393"
 pygrass wrongly reports lines for point vector maps, see #3549
 }}}

-- 
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] #3549: pygrass wrongly reports lines for point vector maps

2018-09-25 Thread GRASS GIS
#3549: pygrass wrongly reports lines for point vector maps
--+-
  Reporter:  sbl  |  Owner:  martinl
  Type:  defect   | Status:  assigned
  Priority:  normal   |  Milestone:  7.4.2
 Component:  PyGRASS  |Version:  7.4.0
Resolution:   |   Keywords:  pygrass,vector,info
   CPU:  Unspecified  |   Platform:  All
--+-

Comment (by martinl):

 In [changeset:"73395" 73395]:
 {{{
 #!CommitTicketReference repository="" revision="73395"
 pygrass wrongly reports lines for point vector maps, see #3549 (g76: merge
 r73393 from trunk)
 }}}

-- 
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] #3549: pygrass wrongly reports lines for point vector maps

2018-09-25 Thread GRASS GIS
#3549: pygrass wrongly reports lines for point vector maps
--+-
  Reporter:  sbl  |  Owner:  martinl
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.4.2
 Component:  PyGRASS  |Version:  7.4.0
Resolution:  fixed|   Keywords:  pygrass,vector,info
   CPU:  Unspecified  |   Platform:  All
--+-
Changes (by martinl):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"73397" 73397]:
 {{{
 #!CommitTicketReference repository="" revision="73397"
 pygrass wrongly reports lines for point vector maps, closes #3549 (g74:
 merge r73393 from trunk)
 }}}

-- 
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] #816: wishlist to add a grass module for Landsat ETM+ SLC-off Gapfill

2018-09-25 Thread GRASS GIS
#816: wishlist to add a grass module for Landsat ETM+ SLC-off Gapfill
--+-
  Reporter:  maning   |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Imagery  |Version:  unspecified
Resolution:   |   Keywords:  landsat
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by martinl):

 * milestone:  7.4.2 => 7.8.0


-- 
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] #2346: r.timestamp: support also YYYY-DOY

2018-09-25 Thread GRASS GIS
#2346: r.timestamp: support also -DOY
-+-
  Reporter:  neteler |  Owner:  grass-dev@…
  Type:  | Status:  new
  enhancement|
  Priority:  normal  |  Milestone:  7.6.0
 Component:  LibGIS  |Version:  svn-releasebranch70
Resolution:  |   Keywords:  r.timestamp, t.register, temporal,
   CPU:  |  doy
  Unspecified|   Platform:  All
-+-
Changes (by martinl):

 * milestone:  7.4.2 => 7.6.0


-- 
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] Batch modify: #179, #290, #410, #831, #1434, #1823, #2124, ...

2018-09-25 Thread GRASS GIS
Batch modification to #179, #290, #410, #831, #1434, #1823, #2124, #2485, 
#3024, #3033, #3255, #3279, #3298, #3626, #250, #562, #603, #774, #793, #836, 
#857, #939, #1033, #1135, #1156, #1170, #1219, #1357, #1360, #1453, #1509, 
#1627, #1640, #1649, #1659, #1673, #1678, #1688, #1726, #1755, #1794, #1798, 
#1811, #1818, #1821, #1852, #1860, #1881, #1910, #1922, #1938, #1939, #1976, 
#1998, #2052, #2111, #2112, #2123, #2126, #2155, #2203, #2226, #2227, #2232, 
#2241, #2248, #2249, #2254, #2280, #2282, #2296, #2301, #2302, #2307, #2321, 
#2323, #2328, #2329, #2333, #2336, #2345, #2361, #2362, #2376, #2383, #2399, 
#2402, #2412, #2428, #2446, #2459, #2464, #2465, #2487, #2526, #2564, #2565, 
#2566, #2567, #2569 by martinl:
milestone to 7.6.0

Comment:
All enhancement tickets should be assigned to 7.6 milestone.


-- 
Tickets URL: 

GRASS GIS 

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

[GRASS-dev] [GRASS GIS] Batch modify: #2570, #2571, #2573, #2582, #2587, #2589, ...

2018-09-25 Thread GRASS GIS
Batch modification to #2570, #2571, #2573, #2582, #2587, #2589, #2600, #2609, 
#2615, #2625, #2637, #2655, #2685, #2715, #2739, #2749, #2767, #2768, #2774, 
#2804, #2816, #2867, #2874, #2877, #2895, #2897, #2898, #2907, #2911, #2924, 
#2926, #2948, #2953, #2954, #2955, #2958, #2963, #2967, #2976, #2977, #2979, 
#2983, #2987, #2990, #3069, #3076, #3080, #3083, #3096, #3099, #3104, #3109, 
#3110, #3113, #3120, #3125, #3129, #3134, #3143, #3145, #3149, #3154, #3157, 
#3160, #3164, #3166, #3169, #3174, #3183, #3188, #3189, #3192, #3195, #3202, 
#3203, #3218, #3228, #3241, #3246, #3250, #3260, #3261, #3263, #3265, #3271, 
#3272, #3283, #3286, #3292, #3293, #3309, #3310, #3313, #3315, #3323, #3345, 
#3355, #3378, #3379, #3386 by martinl:
milestone to 7.6.0

Comment:
All enhancement tickets should be assigned to 7.6 milestone.


-- 
Tickets URL: 

GRASS GIS 

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

[GRASS-dev] [GRASS GIS] Batch modify: #3404, #3417, #3431, #3433, #3437, #3442, ...

2018-09-25 Thread GRASS GIS
Batch modification to #3404, #3417, #3431, #3433, #3437, #3442, #3504, #3518, 
#3528, #3534, #3535, #3574, #32, #66, #193, #248, #320, #401, #446, #487, #517, 
#558, #578, #619, #645, #733, #794, #804, #899, #977, #1002, #1031, #1075, 
#1144, #1350, #1669, #1906, #1908, #1979, #2049, #2106, #2142, #2233, #2620, 
#2675, #2762, #2982, #3005, #3050, #3082, #3111, #3177, #3180, #3299, #3305, 
#3312, #3364, #3366, #3375, #3401, #3547, #412, #964, #1356, #2309, #2394, 
#2754, #3029, #3051, #3150, #3290, #3314 by martinl:
milestone to 7.6.0

Comment:
All enhancement tickets should be assigned to 7.6 milestone.


-- 
Tickets 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] #3656: cannot launch GRASS GIS 7.4.1 gis_set error

2018-09-25 Thread GRASS GIS
#3656: cannot launch GRASS GIS 7.4.1 gis_set error
--+---
  Reporter:  cgarzon  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Startup  |Version:  7.4.0
Resolution:   |   Keywords:  gis_set error, python
   CPU:  Unspecified  |   Platform:  MacOSX
--+---

Comment (by cgarzon):

 The folders name was changed from Biología to biologia and Los Andes to
 losandes with no spaces. We installed a previous version of GRASS 7.2.2
 and there is still an error:

 /Applications/GRASS-7.2.2.app/Contents/MacOS/Grass.sh
 MacBook-Pro-de-Gabriela-2:~ Gabriela$
 /Applications/GRASS-7.2.2.app/Contents/MacOS/Grass.sh
 Rebuilding Addon HTML manual pages index...
 Rebuilding Addon menu...
 Traceback (most recent call last):
   File "/Applications/GRASS-7.2.2.app/Contents/Resources/bin/grass72",
 line 54, in 
 ENCODING = locale.getdefaultlocale()[1]
   File
 "/Applications/GRASS-7.2.2.app/Contents/Resources/lib/python2.7/locale.py",
 line 545, in getdefaultlocale
 return _parse_localename(localename)
   File
 "/Applications/GRASS-7.2.2.app/Contents/Resources/lib/python2.7/locale.py",
 line 477, in _parse_localename
 raise ValueError, 'unknown locale: %s' % localename
 ValueError: unknown locale: UTF-8

-- 
Ticket URL: 
GRASS GIS 

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

[GRASS-dev] area calculations in several GIS

2018-09-25 Thread Helmut Kudrnovsky
fyi see 
https://lists.osgeo.org/pipermail/qgis-developer/2018-September/054644.html

with GRASS mentioned
--
Kristian Evers:

Right, here are the calculated areas as returned by a number of different
GIS applications and the planimeter app of GeographicLib for reference:

Caris LOTS: 14.737 km^2
ArcMap: 14.727,446 km^2
MapInfo:14.727,352 km^2
GeoMedia:   14.726,443 km^2
Planimeter: 14.722,522 km^2
QGIS 3.2:   14.652,181 km^2
QGIS 2.8:   14.652,181 km^2

The polygon that I have used to get the numbers above can be found here:
https://gist.github.com/kbevers/207b5bcb9be20e7554abe5f56742ec2c

I am quite confident that GeographicLib delivers the most accurate result
(if you have doubts, this reference [0] should convince you). As can be seen
from the table above all but QGIS come fairly close. I expect some variation
in the results as these are numerical approximations, although I think QGIS
is too far of the mark. My suspicion is that the geodesic algorithm used by
QGIS (and apparently GRASS) is to blame here.

/Kristian

[0] https://arxiv.org/pdf/1102.1215.pdf 
-





-
best regards
Helmut
--
Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2194: type out formulas in TeX format

2018-09-25 Thread GRASS GIS
#2194: type out formulas in TeX format
--+--
  Reporter:  hamish   |  Owner:  grass-dev@…
  Type:  task | Status:  new
  Priority:  trivial  |  Milestone:  7.8.0
 Component:  Docs |Version:  svn-trunk
Resolution:   |   Keywords:  TeX, formulae, formulas, formulæ
   CPU:  All  |   Platform:  All
--+--
Changes (by martinl):

 * milestone:  7.4.2 => 7.8.0


-- 
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] #3464: winGRASS compilation: Error: C:/msys64/mingw64/x86_64-w64-mingw32/include/stdio.h:144: Syntax error at 'va_list'

2018-09-25 Thread GRASS GIS
#3464: winGRASS compilation: Error:
C:/msys64/mingw64/x86_64-w64-mingw32/include/stdio.h:144: Syntax error at
'va_list'
+-
  Reporter:  hellik |  Owner:  grass-dev@…
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  7.4.2
 Component:  Compiling  |Version:  svn-releasebranch74
Resolution: |   Keywords:
   CPU:  All|   Platform:  MSWindows 8
+-

Comment (by martinl):

 What is the state of this ticket?

-- 
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] #3368: warnings and errors in compilation log

2018-09-25 Thread GRASS GIS
#3368: warnings and errors in compilation log
--+-
  Reporter:  hellik   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Compiling|Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  All
--+-

Comment (by martinl):

 What is the state of this ticket?

-- 
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] #3464: winGRASS compilation: Error: C:/msys64/mingw64/x86_64-w64-mingw32/include/stdio.h:144: Syntax error at 'va_list'

2018-09-25 Thread GRASS GIS
#3464: winGRASS compilation: Error:
C:/msys64/mingw64/x86_64-w64-mingw32/include/stdio.h:144: Syntax error at
'va_list'
+-
  Reporter:  hellik |  Owner:  grass-dev@…
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  7.4.2
 Component:  Compiling  |Version:  svn-releasebranch74
Resolution: |   Keywords:
   CPU:  All|   Platform:  MSWindows 8
+-

Comment (by hellik):

 Replying to [comment:5 martinl]:
 > What is the state of this ticket?

 still there, and not only in winGRASS compiling, see above.

-- 
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] #3254: dbmi: add support for uuid data type

2018-09-25 Thread GRASS GIS
#3254: dbmi: add support for uuid data type
--+--
  Reporter:  martinl  |  Owner:  grass-dev@…
  Type:  task | Status:  new
  Priority:  normal   |  Milestone:  7.6.0
 Component:  Database |Version:  unspecified
Resolution:   |   Keywords:  postgresql, uuid
   CPU:  Unspecified  |   Platform:  Unspecified
--+--
Changes (by martinl):

 * milestone:  7.4.2 => 7.6.0


-- 
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] #3368: warnings and errors in compilation log

2018-09-25 Thread GRASS GIS
#3368: warnings and errors in compilation log
--+-
  Reporter:  hellik   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Compiling|Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  All
--+-

Comment (by hellik):

 Replying to [comment:4 martinl]:
 > What is the state of this ticket?

 warnings and errors still there

-- 
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] #3560: r.in.lidar: error to open valid LAZ file

2018-09-25 Thread GRASS GIS
#3560: r.in.lidar: error to open valid LAZ file
--+-
  Reporter:  neteler  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Raster   |Version:  svn-releasebranch74
Resolution:   |   Keywords:  r.in.lidar
   CPU:  Unspecified  |   Platform:  All
--+-

Comment (by martinl):

 What is the state of this ticket?

-- 
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] #2607: Python shell hint results in OSError error(None): None

2018-09-25 Thread GRASS GIS
#2607: Python shell hint results in OSError error(None): None
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.4.2
 Component:  wxGUI|Version:  7.0.0
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  All
--+-

Comment (by martinl):

 Unable to reproduce. What is the state of this issue?

-- 
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] #3239: DB library and drivers lack bigint (int8) support

2018-09-25 Thread GRASS GIS
#3239: DB library and drivers lack bigint (int8) support
--+--
  Reporter:  martinl  |  Owner:  grass-dev@…
  Type:  task | Status:  new
  Priority:  major|  Milestone:  7.8.0
 Component:  Database |Version:  unspecified
Resolution:   |   Keywords:  bigint, int8
   CPU:  Unspecified  |   Platform:  Unspecified
--+--
Changes (by martinl):

 * milestone:  7.4.2 => 7.8.0


-- 
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] #3498: Can't open NetCDF file

2018-09-25 Thread GRASS GIS
#3498: Can't open NetCDF file
--+-
  Reporter:  mankoff  |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Default  |Version:  7.4.0
Resolution:  fixed|   Keywords:
   CPU:  Unspecified  |   Platform:  MacOSX
--+-
Changes (by martinl):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Seems to be solved. Feel free to reopen if needed.

-- 
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] #3601: db.connect: default answers depend on current DB settings

2018-09-25 Thread GRASS GIS
#3601: db.connect: default answers depend on current DB settings
---+--
  Reporter:  mmetz |  Owner:  grass-dev@…
  Type:  defect| Status:  closed
  Priority:  normal|  Milestone:  7.4.2
 Component:  Database  |Version:  svn-trunk
Resolution:  fixed |   Keywords:  database, connection
   CPU:  All   |   Platform:  All
---+--
Changes (by martinl):

 * status:  new => closed
 * resolution:   => fixed


-- 
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] #3601: db.connect: default answers depend on current DB settings

2018-09-25 Thread GRASS GIS
#3601: db.connect: default answers depend on current DB settings
---+--
  Reporter:  mmetz |  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  normal|  Milestone:  7.4.2
 Component:  Database  |Version:  svn-trunk
Resolution:|   Keywords:  database, connection
   CPU:  All   |   Platform:  All
---+--

Comment (by martinl):

 Seems to be fixed. Feel free to reopen if needed.

-- 
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] #2708: Run GRASS with Python3

2018-09-25 Thread GRASS GIS
#2708: Run GRASS with Python3
--+--
  Reporter:  zarch|  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  normal   |  Milestone:  7.8.0
 Component:  Default  |Version:  unspecified
Resolution:  fixed|   Keywords:  python2, python3
   CPU:  Unspecified  |   Platform:  Unspecified
--+--
Changes (by martinl):

 * status:  new => closed
 * resolution:   => fixed
 * milestone:  7.4.2 => 7.8.0


Comment:

 Original issue seems to be solved in trunk. Feel free to reopen if needed.

-- 
Ticket URL: 
GRASS GIS 

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

Re: [GRASS-dev] [release] planning GRASS 7.4.2

2018-09-25 Thread Martin Landa
Hi,

pá 14. 9. 2018 v 18:08 odesílatel Martin Landa  napsal:
> > > RC1: 05 Oct

BTW, there is blocker [1]. Is there anyone who is planning to work on
this issue? Otherwise we would need to postpone release or decrease
ticket priority.

Any opinion? Ma

[1] 
https://trac.osgeo.org/grass/query?status=new&status=assigned&status=reopened&priority=blocker&priority=critical&milestone=7.4.2&milestone=7.4.1&milestone=7.4.0&group=type&order=priority

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [release] planning GRASS 7.4.2

2018-09-25 Thread Anna Petrášová
I will look at it, this happens only with wxPython4, it should be easy to
fix.

On Tue, Sep 25, 2018 at 2:44 PM Martin Landa  wrote:

> Hi,
>
> pá 14. 9. 2018 v 18:08 odesílatel Martin Landa 
> napsal:
> > > > RC1: 05 Oct
>
> BTW, there is blocker [1]. Is there anyone who is planning to work on
> this issue? Otherwise we would need to postpone release or decrease
> ticket priority.
>
> Any opinion? Ma
>
> [1]
> https://trac.osgeo.org/grass/query?status=new&status=assigned&status=reopened&priority=blocker&priority=critical&milestone=7.4.2&milestone=7.4.1&milestone=7.4.0&group=type&order=priority
>
> --
> Martin Landa
> http://geo.fsv.cvut.cz/gwiki/Landa
> http://gismentors.cz/mentors/landa
> ___
> 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

Re: [GRASS-dev] [release] planning GRASS 7.4.2

2018-09-25 Thread Martin Landa
Hi,

út 25. 9. 2018 v 20:52 odesílatel Anna Petrášová  napsal:
>
> I will look at it, this happens only with wxPython4, it should be easy to fix.

thanks. Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [release] planning GRASS 7.4.2

2018-09-25 Thread Michael Barton
That would be great. It seems to be that when the mouse is released after 
making the rubber-band box, it is not triggering the event to make the bounding 
box for the cartography. My proposal goes in tomorrow, so I can test.

Michael

__
C. Michael Barton 
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Head, Graduate Faculty in Complex Adaptive Systems Science
Arizona State University
Tempe, AZ  85287-2402
USA
 
voice:480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax:  480-965-7671(SHESC), 480-727-0709 (CSDC)
www:  http://csdc.asu.edu, http://shesc.asu.edu
http://www.public.asu.edu/~cmbarton

On 9/25/18, 12:00 PM, "grass-dev on behalf of 
grass-dev-requ...@lists.osgeo.org"  wrote:

Date: Tue, 25 Sep 2018 14:51:50 -0400
From: Anna Petrášová 
To: Martin Landa 
Cc: Markus Neteler , GRASS-dev

Subject: Re: [GRASS-dev] [release] planning GRASS 7.4.2
Message-ID:

Content-Type: text/plain; charset="utf-8"

I will look at it, this happens only with wxPython4, it should be easy to
fix.




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

Re: [GRASS-dev] [GRASS GIS] #3659: i.modis.import fails if 'datum' not defined

2018-09-25 Thread GRASS GIS
#3659: i.modis.import fails if 'datum' not defined
---+-
  Reporter:  Nikos Alexandris  |  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  normal|  Milestone:
 Component:  Addons|Version:  unspecified
Resolution:|   Keywords:  i.modis, i.modis.import
   CPU:  Unspecified   |   Platform:  Unspecified
---+-
Changes (by neteler):

 * component:  Imagery => Addons


-- 
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] #3464: winGRASS compilation: Error: C:/msys64/mingw64/x86_64-w64-mingw32/include/stdio.h:144: Syntax error at 'va_list'

2018-09-25 Thread GRASS GIS
#3464: winGRASS compilation: Error:
C:/msys64/mingw64/x86_64-w64-mingw32/include/stdio.h:144: Syntax error at
'va_list'
+-
  Reporter:  hellik |  Owner:  grass-dev@…
  Type:  defect | Status:  new
  Priority:  normal |  Milestone:  7.4.2
 Component:  Compiling  |Version:  svn-releasebranch74
Resolution: |   Keywords:
   CPU:  All|   Platform:  MSWindows 8
+-

Comment (by neteler):

 See also #3384 and #3368

-- 
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] #3560: r.in.lidar: error to open valid LAZ file

2018-09-25 Thread GRASS GIS
#3560: r.in.lidar: error to open valid LAZ file
--+-
  Reporter:  neteler  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Raster   |Version:  svn-releasebranch74
Resolution:   |   Keywords:  r.in.lidar
   CPU:  Unspecified  |   Platform:  All
--+-

Comment (by neteler):

 I guess that PDAL = r.in.pdal is the future since liblas is not really
 developed any more.

-- 
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] #3657: "Command prompt - Log files" produces empty log files

2018-09-25 Thread GRASS GIS
#3657: "Command prompt - Log files" produces empty log files
-+-
  Reporter:  frafra  |  Owner:  martinl
  Type:  defect  | Status:  assigned
  Priority:  normal  |  Milestone:  7.4.2
 Component:  wxGUI   |Version:  unspecified
Resolution:  |   Keywords:
   CPU:  x86-64  |   Platform:  Linux
-+-
Changes (by martinl):

 * cc: grass-dev@… (added)
 * owner:  grass-dev@… => martinl
 * status:  new => assigned
 * component:  Default => wxGUI
 * milestone:   => 7.4.2


-- 
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] #1453: ps.map: various enhancements

2018-09-25 Thread GRASS GIS
#1453: ps.map: various enhancements
--+---
  Reporter:  mmetz|  Owner:  hamish
  Type:  enhancement  | Status:  assigned
  Priority:  normal   |  Milestone:  7.6.0
 Component:  Ps.map   |Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  All  |   Platform:  All
--+---

Comment (by cmbarton):

 Not clear if any of the suggested enhancements were ever made. Is the
 cartographic composer just an interactive interface to ps.map or is it a
 different beast (with the option of saving a ps.map file)?

-- 
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] #3656: cannot launch GRASS GIS 7.4.1 gis_set error

2018-09-25 Thread GRASS GIS
#3656: cannot launch GRASS GIS 7.4.1 gis_set error
--+---
  Reporter:  cgarzon  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.4.2
 Component:  Startup  |Version:  7.4.0
Resolution:   |   Keywords:  gis_set error, python
   CPU:  Unspecified  |   Platform:  MacOSX
--+---

Comment (by cgarzon):

 also we reinstalled the GRASS GIS 7.4.1 and we get the same error:

  ", line 233, in __init__

 self._set_properties(grassVersion, grassRevisionStr)

   File
 "/Applications/GRASS-7.4.1.app/Contents/Resources/gui/wxpython/gis_set.py",
 line 286, in _set_properties

 self.OnSetDatabase(None)

   File
 "/Applications/GRASS-7.4.1.app/Contents/Resources/gui/wxpython/gis_set.py",
 line 985, in OnSetDatabase

 self._showError(_("Path '%s' doesn't exist.") % gisdbase)

   File
 "/Applications/GRASS-7.4.1.app/Contents/Resources/gui/wxpython/gis_set.py",
 line 511, in _showError

 self.lmessage.SetLabel(_("Error: {text}").format(text=text))

 UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in
 position 48: ordinal not in range(128)

 OnInit returned false, exiting...

 ERROR: Error in GUI startup. See messages above (if any) and if necessary,
 please report this error to the GRASS developers.

 On systems with package manager, make sure you have the right GUI package,
 probably named grass-gui, installed.

 To run GRASS GIS in text mode use the -text flag.

 Use '--help' for further options

  grass74 --help

 See also: https://grass.osgeo.org/grass74/manuals/helptext.html

 Exiting...

 MacBook-Pro-de-Gabriela-2:~ Gabriela$

-- 
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] #3659: i.modis.import fails if 'datum' not defined

2018-09-25 Thread GRASS GIS
#3659: i.modis.import fails if 'datum' not defined
---+-
  Reporter:  Nikos Alexandris  |  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  normal|  Milestone:
 Component:  Addons|Version:  unspecified
Resolution:|   Keywords:  i.modis, i.modis.import
   CPU:  Unspecified   |   Platform:  Unspecified
---+-

Comment (by lucadelu):

 Try with r73403.

-- 
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] #3246: r.in.srtm: patch to support SRTM water bodies import (SWBD)

2018-09-25 Thread GRASS GIS
#3246: r.in.srtm: patch to support SRTM water bodies import (SWBD)
--+-
  Reporter:  stjo |  Owner:  grass-dev@…
  Type:  enhancement  | Status:  new
  Priority:  normal   |  Milestone:  7.6.0
 Component:  Python   |Version:  svn-releasebranch72
Resolution:   |   Keywords:  r.in.srtm
   CPU:  Unspecified  |   Platform:  All
--+-

Comment (by lucadelu):

 Replying to [comment:13 neteler]:
 >
 > Is this ticket done?

 Yes, to me it seems done. Maybe one more test could useful

-- 
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] #3621: Cannot create map frame in cartographic composer

2018-09-25 Thread GRASS GIS
#3621: Cannot create map frame in cartographic composer
--+--
  Reporter:  cmbarton |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  blocker  |  Milestone:  7.4.2
 Component:  wxGUI|Version:  unspecified
Resolution:   |   Keywords:  map frame, cartographic composer
   CPU:  Unspecified  |   Platform:  Unspecified
--+--

Comment (by annakrat):

 In [changeset:"73404" 73404]:
 {{{
 #!CommitTicketReference repository="" revision="73404"
 wxGUI: fix for wxPython 4, see #3621
 }}}

-- 
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] #3621: Cannot create map frame in cartographic composer

2018-09-25 Thread GRASS GIS
#3621: Cannot create map frame in cartographic composer
--+--
  Reporter:  cmbarton |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  blocker  |  Milestone:  7.4.2
 Component:  wxGUI|Version:  unspecified
Resolution:   |   Keywords:  map frame, cartographic composer
   CPU:  Unspecified  |   Platform:  Unspecified
--+--

Comment (by annakrat):

 Please test in trunk, I will then backport it.

-- 
Ticket URL: 
GRASS GIS 

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