Re: [GRASS-dev] [GRASS GIS] #3800: g.gui.gcp Wizard fails

2020-01-31 Thread GRASS GIS
#3800: g.gui.gcp Wizard fails
---+
  Reporter:  nila  |  Owner:  grass-dev@…
  Type:  defect| Status:  new
  Priority:  critical  |  Milestone:  7.8.3
 Component:  wxGUI |Version:  unspecified
Resolution:|   Keywords:  georeferencing
   CPU:  x86-64|   Platform:  MacOSX
---+

Comment (by nila):

 This issue have been solved for master and 7.8 branch with commit
 [https://github.com/OSGeo/grass/commit/931490c3691c00c94b4388e3cfa81440ba342a08
 931490c]

 If there are no wishes to backport this to 7.6, this ticket may be closed.

-- 
Ticket URL: 
GRASS GIS 

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

Re: [GRASS-dev] r.slope.aspect with -n flag giving aspect of flat areas as -9998

2020-01-31 Thread Pedro Venâncio
Hi Anna and Markus,

Thank you very much!

A filled a ticket: https://github.com/OSGeo/grass/issues/319

Best regards,
Pedro



Markus Metz  escreveu no dia quinta,
30/01/2020 à(s) 08:26:

>
>
> On Tue, Jan 28, 2020 at 12:50 PM Pedro Venâncio 
> wrote:
> >
> > 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.
>
> that seems to be a rounding error, even though float or double should be
> able to represent - exactly. Should be easy to fix.
>
> Markus M
> >
> > 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
>

Re: [GRASS-dev] [GRASS GIS] #3800: g.gui.gcp Wizard fails

2020-01-31 Thread GRASS GIS
#3800: g.gui.gcp Wizard fails
---+
  Reporter:  nila  |  Owner:  grass-dev@…
  Type:  defect| Status:  closed
  Priority:  critical  |  Milestone:  7.8.3
 Component:  wxGUI |Version:  unspecified
Resolution:  fixed |   Keywords:  georeferencing
   CPU:  x86-64|   Platform:  MacOSX
---+
Changes (by annakrat):

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


Comment:

 There has been many more fixes for wxPython 4 in 7.8, so I would recommend
 switching to that.

-- 
Ticket URL: 
GRASS GIS 

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

Re: [GRASS-dev] r.slope.aspect with -n flag giving aspect of flat areas as -9998

2020-01-31 Thread Markus Neteler
On Fri, Jan 31, 2020 at 10:39 AM Pedro Venâncio
 wrote:
>
> Hi Anna and Markus,
>
> Thank you very much!
>
> A filled a ticket: https://github.com/OSGeo/grass/issues/319

It was fixed in master f449ea5 and relbr78 fdd079c by Markus M.

Please test and update/close the issue.

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

[GRASS-dev] GRASS Web site migration

2020-01-31 Thread Markus Neteler
Hi all,

To simplify the content migration of the Web site (volunteers
needed!!), I have created a project board at

https://github.com/OSGeo/grass-website/projects/1

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

[GRASS-dev] Presentation at Geospatial Devroom at FOSDEM 2020: Sunday 2 Feb in Brussels

2020-01-31 Thread Markus Neteler
Hi all,

Quick reminder about the upcoming Geospatial Devroom at FOSDEM 2020 in
Brussels this weekend.
"The Geospatial devroom is the place to talk about the state of the
art of open, geo-related data, free and open source geospatial
software and its ecosystem. This includes standards and tools, e.g.
spatial databases, online mapping tools, geospatial services, used for
collecting, storing, delivering, analysing, and visualizing geodata."

The full schedule: https://fosdem.org/2020/schedule/track/geospatial/

Important: FOSDEM is free to attend. There is no registration. Just turn up!

FOSDEM takes place at the ULB Solbosch Campus in Brussels, Belgium:
https://fosdem.org/2020/practical/

See you there!

Markus

PS: I'll present "actinia: geoprocessing in the cloud":
   
https://fosdem.org/2020/schedule/event/actinia_geoprocessing_in_the_cloud/


-- 
Markus Neteler, PhD
https://www.mundialis.de - free data with free software
https://grass.osgeo.org
https://courses.neteler.org/blog
___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Fwd: [OSGeo-Discuss] Reminder GSoC 2020 - Call for ideas and mentors

2020-01-31 Thread Markus Neteler
Please consider this, mentors and ideas wanted!

https://trac.osgeo.org/grass/wiki/GSoC

-- Forwarded message -
Von: Rahul Chauhan 
Date: Sa., 1. Feb. 2020, 08:44
Subject: [OSGeo-Discuss] Reminder GSoC 2020 - Call for ideas and mentors
To: , , <
ica-osgeo-l...@lists.osgeo.org>
Cc: gsoc-adminosgeo.org 


Dear OSGeo community,

It is time for *GSoC* [1] this year, so this is our starting
information to get involved!

If you are willing to act as a mentor [2], fill in this form:

< https://forms.gle/LACjb4x2DTCHvngK6 >

If you want to participate proposing ideas, you just need
to send us (admins:  ) the URL for your project's
ideas page.

Remember that every idea should indicate:

• A title
• A description
• 2 mentors
• A test for the students to submit to your evaluation. The test
aims at evaluating if the student is capable for the project, so
please design the test having in mind the skills required to complete
the project.

Time is short, we need to collect all URLs by Feb 3. After that date,
Google's admins will start evaluating the organisations based on the
submitted ideas pages and decide which orgs will be accepted for this
edition.

Thanks for your cooperation!

Kind regards
OSGeo GSoC admins

[1] https://summerofcode.withgoogle.com/ [2]
https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2020_Administrative [3]
https://summerofcode.withgoogle.com/how-it-works/#timeline

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