Re: [GRASS-dev] r.in.wms not by default in winGRASS 7.8.1

2020-01-28 Thread Luca Delucchi
On Wed, 22 Jan 2020 at 08:57, Yann Chemin  wrote:
>
> Hi,
>

Hi Yann,

>
> is there a possibility to manually make it available somehow?

you could try wx.metada [0]

> Thank you
> Yann

[0] 
https://github.com/OSGeo/grass-addons/tree/master/grass7/gui/wxpython/wx.metadata
[1] https://grasswiki.osgeo.org/wiki/ISO/INSPIRE_Metadata_Support

-- 
ciao
Luca

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

[GRASS-dev] Broken: OSGeo/grass#23 (master - 7999976)

2020-01-28 Thread Travis CI
Build Update for OSGeo/grass
-

Build: #23
Status: Broken

Duration: 6 mins and 9 secs
Commit: 776 (master)
Author: Markus Neteler
Message: v.decimate: scientific reference added

View the changeset: 
https://github.com/OSGeo/grass/compare/040dcfdac009...77661f9d

View the full build log and details: 
https://travis-ci.org/OSGeo/grass/builds/642937928?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the OSGeo/grass repository going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=24610258&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.

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

Re: [GRASS-dev] missing logs for Windows addons

2020-01-28 Thread Anna Petrášová
On Tue, Jan 28, 2020 at 4:59 AM Martin Landa  wrote:

> Hi,
>
> pá 24. 1. 2020 v 16:16 odesílatel Anna Petrášová 
> napsal:
> > Hi, coming back to this... the addons don't seem to be updated, I
> checked 2 addons and no recent changes are incorporated in the zip files.
> Is it possible you still download it from trac rather than github?
>
> which GRASS version? Ma
>

I looked at 7.9, 7.8.2 and 7.8.dev, none of them have any recent changes

Anna

>
> --
> 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] r.slope.aspect with -n flag giving aspect of flat areas as -9998

2020-01-28 Thread Pedro Venâncio
Hi all,

I was testing r.slope.aspect with the "new" -n flag, also to include -e and
-n flags in QGIS Processing, but -n flag is giving aspect values of flat
areas as -9998, instead of -, when the precision choosed is CELL, and
the output data type is CELL.

https://grass.osgeo.org/grass78/manuals/r.slope.aspect.html

I've tested with GRASS 7.6 (on Linux) and GRASS 7.8.2 (on Windows), both in
the GUI and CLI.

(Tue Jan 28 11:19:40 2020)

r.slope.aspect -e -n --verbose elevation=SRTM_PT_25m@PERMANENT
slope=SRTM_PT_25m_Slope_Deg_GRASS aspect=SRTM_PT_25m_Aspect_Std_GRASS
precision=CELL
Percent complete...
Elevation products for mapset  in 
Min computed aspect 0., max computed aspect 360.
Aspect raster map  complete
Min computed slope 0., max computed slope 75.2970
Slope raster map  complete
(Tue Jan 28 11:20:24 2020) Comando terminado (43 sec)

r.info map=SRTM_PT_25m_Aspect_Std_GRASS@PERMANENT

 ++
 | Map:  SRTM_PT_25m_Aspect_Std_GRASS@  Date: Tue Jan 28 11:20:24 2020
   |
 | Mapset:   PERMANENT  Login of Creator: PedroVenancio
  |
 | Location: SRTM_PT_25m
   |
 | DataBase: D:\ICNF\Modelos_Combustivel_2018\Landscape_File\grass78
   |
 | Title:Aspect counterclockwise in degrees from east
  |
 | Timestamp: none
   |
 ||
 |
   |
 |   Type of Map:  raster   Number of Categories: 360
  |
 |   Data Type:CELL
  |
 |   Rows: 23200
   |
 |   Columns:  11360
   |
 |   Total Cells:  263552000
   |
 |Projection: ETRS89 / Portugal TM06
   |
 |N: 278000S:-302000   Res:25
  |
 |E: 164000W:-12   Res:25
  |
 |   Range of data:min = -9998  max = 360
  |
 |
   |
 |   Data Source:
  |
 |raster elevation file SRTM_PT_25m@PERMANENT
  |
 |
   |
 |
   |
 |   Data Description:
   |
 |generated by r.slope.aspect
  |
 |
   |
 |   Comments:
   |
 |aspect map elev = SRTM_PT_25m@PERMANENT
  |
 |zfactor = 1.00
   |
 |min_slope = 0.00
   |
 |
   |
 |r.slope.aspect --verbose -e -n elevation="SRTM_PT_25m@PERMANENT" slo\
  |
 |pe="SRTM_PT_25m_Slope_Deg_GRASS" aspect="SRTM_PT_25m_Aspect_Std_GRAS\
  |
 |S" format="degrees" precision="CELL" zscale=1.0 min_slope=0.0
  |
 |
   |
 ++
(Tue Jan 28 11:26:09 2020) Comando terminado (0 sec)



Using the default precision as FCELL, all goes ok:

(Tue Jan 28 11:33:08 2020)

r.slope.aspect -e -n --verbose elevation=SRTM_PT_25m@PERMANENT
slope=SRTM_PT_25m_Slope_Deg_GRASS_2 aspect=SRTM_PT_25m_Aspect_Std_GRASS_2
Percent complete...
Elevation products for mapset  in 
Min computed aspect 0., max computed aspect 359.8096
Aspect raster map  complete
Min computed slope 0., max computed slope 75.2970
Slope raster map  complete
(Tue Jan 28 11:34:01 2020) Comando terminado (53 sec)

(Tue Jan 28 11:34:27 2020)

r.info map=SRTM_PT_25m_Aspect_Std_GRASS_2@PERMANENT

 ++
 | Map:  SRTM_PT_25m_Aspect_Std_GRASS_  Date: Tue Jan 28 11:34:01 2020
   |
 | Mapset:   PERMANENT  Login of Creator: PedroVenancio
  |
 | Location: SRTM_PT_25m
   |
 | DataBase: D:\ICNF\Modelos_Combustivel_2018\Landscape_File\grass78
   |
 | Title:Aspect counterclockwise in degrees from east
  |
 | Timestamp: none
   |
 ||
 |
   |
 |   Type of Map:  raster   Number of Categories: 360
  |
 |   Data Type:FCELL
   |
 |   Rows: 23200
   |
 |   Columns:  11360
   |
 |   Total Cells:  263552000
   |
 |Projection: ETRS89 / Portugal TM06
   |
 |N: 278000S:-302000   Res:25
  |
 |E: 164000W:-12   Res:25
  |
 |   Range of data:min = -  max = 359.8097
   |
 |
   |
 |   Data Source:
  |
 |raster elevation file SRTM_PT_25m@PERMANENT
  |
 |
   |
 |
   |
 |   Data Description:
   |
 |generated by r.slope.aspect
  |
 |
   |
 |   Comments:
   |
 |aspect map elev = SRTM_PT_25m@PERMANENT
  |
 |zfactor = 1.00
   |
 |min_slope = 0.00
   |
 |
   |
 |r.slope.aspect --verbose -e -n elevation="SRTM_PT_25m@PERMANENT" slo\
  |
 |pe="SRTM_PT_25m_Slope_Deg_GRASS_2" aspect="SRTM_PT_25m_Aspect_Std_GR\
  |
 |ASS_2" format="degrees" precision="FCELL" zscale=1.0 min_slope=0.0
   |
 |
   |
 ++
(Tue Jan 28 11:34:28 2020) Comando terminado (0 sec)


The elevation map I'm using is this one:
https://www.fc.up.pt/pessoas/jagoncal/srtm/SRTM_PT_25m.tif

As CELL is a 32 bit integer with a range from -2,147,483,647 to
+2,147,483,647, - should be fine to conform inside it.

Another issue I see is in 

Re: [GRASS-dev] missing logs for Windows addons

2020-01-28 Thread Martin Landa
Hi,

pá 24. 1. 2020 v 16:16 odesílatel Anna Petrášová  napsal:
> Hi, coming back to this... the addons don't seem to be updated, I checked 2 
> addons and no recent changes are incorporated in the zip files. Is it 
> possible you still download it from trac rather than github?

which GRASS version? 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] [GRASS GIS] #4017: run addon failed > name 'unicode' is not defined

2020-01-28 Thread GRASS GIS
#4017: run addon failed > name 'unicode' is not defined
-+-
  Reporter:  1266|  Owner:  grass-dev@…
  Type:  defect  | Status:  new
  Priority:  normal  |  Milestone:  7.8.3
 Component:  wxGUI   |Version:  git-releasebranch78
Resolution:  |   Keywords:  python3
   CPU:  x86-64  |   Platform:  Linux
-+-

Comment (by neteler):

 It's probably fine to inject `-*- coding UTF-8 -*-` into the ctypesgen
 generated files but I am surprised that this comes up only now (and we
 have definitely French language users :-).

 Maybe the underlying reason is a different one?

-- 
Ticket URL: 
GRASS GIS 

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