[GRASS-user] r.landscape.evol- reverse erosion modelling

2023-02-18 Thread Maria Cecilia Zalazar
Dear community. I wonder if it is possible to use r.landscape.evol to
reverse modelling. I mean, starting from the present topography, erosion
and deposition is calculated backwards in time by adding erosion values and
subtracting deposition values.
Some time ago, Peeters et al (1) used this strategy in WaTEM LT. I think it
would be a few changes to the r.landscape.evol script.

Thanks very much in advance

*(1) Peeters, I., Rommens, T., Verstraeten, G., Govers, G., Van Rompaey,
A., Poesen, J., Van Oost, K., 2006. Reconstructing ancient topography
through erosion modelling. Geomorphology 78, 250-264. Pistocchi, A.,
Cassani, G., Zani, O., n.d. Use of the USPED model for mapping soil erosion
and managing best land conservation practices 7.*

-- 
MSc. Lic. María Cecilia Zalazar
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] r.terrain.geom

2022-11-08 Thread Maria Cecilia Zalazar
Thanks for your answer Vaclav!
Some time ago I was in contact with the code-author. She made some changes
but now unfortunately doesn't have the capacity to update the tool. Anyway,
I'll mention this to her and try to submit the addon in the grass
repository. I'll be in touch!

Best,

María Cecilia

El mar, 1 nov 2022 a la(s) 11:49, Vaclav Petras (wenzesl...@gmail.com)
escribió:

> Dear Maria Cecilia,
>
> A common procedure would be to open a pull request on GitHub for that
> repo, but a much better solution would be to have that in the grass-addons
> repo where all of us can help maintain it. In any case, a PR is needed
> which is a strange thing when you do it the first time around:
>
> https://github.com/OSGeo/grass-addons/blob/grass8/CONTRIBUTING.md
>
> ...but it gets better and people here or on GitHub can help.
>
> Maybe you can contact some of the authors (of the paper or of the code)
> and see if you or them can submit that to the grass-addons repo.
>
> There might be further considerations on why this should or should not be
> in the grass-addons repo, but putting it there is a good default unless
> someone comes up with other suggestions.
>
> Best,
> Vaclav
>
> On Thu, 27 Oct 2022 at 18:38, Maria Cecilia Zalazar <
> zalazarmariaceci...@gmail.com> wrote:
>
>>  data.zip
>> <https://drive.google.com/file/d/1IMj2GeM5QPPfix2LwvSuZ1tPonzKeW3x/view?usp=drive_web>
>> Dear Grass community, there is a very interesting grass add-on
>> (r.terrain.geom) that extracts fluvial terrace-like surfaces from digital
>> elevation models and also creates a pdf plot with graphs showing the
>> terrain characteristics and logic of process (R interface).
>> https://github.com/edinaj0zs4/terrace_extraction_grassgis
>> (Józsa, E., 2019. Geomorphometric application of quasi-global DEMs for
>> semi-automated geomorphological mapping. University of Pécs)
>>
>> My winGrass version is 8.2 and I had to modify the TERRACE_jozsa
>> (R-script) in order to update the interface required package
>> (rgrass instead of spgrass6). Also the ggplot2 version was necessary to
>> update. I'm sending the new R script.
>> Actually, this is not an available add-on script via g.extension in
>> oficial repositories. I'm not sure which are the requirements to do this
>> (some improvements or check?), or if it is possible to make it accessible
>> via a public repository.
>> I´m sending data for easy checking.
>>
>> Thanks very much in advance!
>>
>> Regards!
>> ___
>> grass-user mailing list
>> grass-user@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/grass-user
>>
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] r.terrain.geom

2022-10-27 Thread Maria Cecilia Zalazar
 data.zip

Dear Grass community, there is a very interesting grass add-on
(r.terrain.geom) that extracts fluvial terrace-like surfaces from digital
elevation models and also creates a pdf plot with graphs showing the
terrain characteristics and logic of process (R interface).
https://github.com/edinaj0zs4/terrace_extraction_grassgis
(Józsa, E., 2019. Geomorphometric application of quasi-global DEMs for
semi-automated geomorphological mapping. University of Pécs)

My winGrass version is 8.2 and I had to modify the TERRACE_jozsa (R-script)
in order to update the interface required package (rgrass instead
of spgrass6). Also the ggplot2 version was necessary to update. I'm sending
the new R script.
Actually, this is not an available add-on script via g.extension in oficial
repositories. I'm not sure which are the requirements to do this (some
improvements or check?), or if it is possible to make it accessible via a
public repository.
I´m sending data for easy checking.

Thanks very much in advance!

Regards!
Title: GRASS GIS manual: r.terrace.geom









NAME
r.terrace.geom  - Extract terraces from DEM
KEYWORDS
raster, terrain, geomorphology, terraces, landform
SYNOPSIS
r.terrace.geom
r.terrace.geom --help
r.terrace.geom [-tfrl] elevation=name  [slope_percent=name]   [limit=integer]  raster_water=name flowdir=string  [azimuth=integer]  report=name terrace_map=name  [terrlevel=string[,string,...]]   [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui] 



Flags:

-t
Remove valleys of tributaries based on geomorphons map

-f
Filter slope map

-r
Analyse right bank area (set only if elevation is total watershed)

-l
Analyse left bank area (set only if elevation is total watershed)

--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog




Parameters:

elevation=name [required]
Name of input elevation model

slope_percent=name
Name of input slope percent map

limit=integer [required]
Altitude limit for terrace extraction (meter a.s.l.)
Default: 999

raster_water=name [required]
Name of input raster watercourse map (prepare with v.to.rast)

flowdir=string [required]
General flow direction of the watercourse
Options: NS,  SN,  EW,  WE

azimuth=integer
Azimuth to north in degrees
Default: 999

report=name [required]
Name for output report (path\to\name.pdf)

terrace_map=name [required]
Name for output terrace map

terrlevel=string[,string,...]
Altitude ranges of terrace levels seperated by comma (e.g. 100,105,107,111)
Default: 999,999




Table of contents

DESCRIPTION
NOTES

Dependencies:

SEE ALSO
REFERENCES
AUTHORS


DESCRIPTION

r.terrace.geom flexible terrain analysing tool is developed for the delineation and quantifiable analysis of terrace remnants. 
The algorithm determines cells potentially belonging to terrace surfaces based on local slope characteristics and a minimum area size threshold.

NOTES

The algorithm cuts up the area into parallel sections in flow direction and determines cells belonging to terrace-like surfaces. 
As a result an output report is created that contains a histogram of altitudes, a swath profile of the landscape, scatter plots 
to represent the relation of the relative elevations and slope values in the analysed sections and two final plots showing the 
longitudinal profile of the river with the determined height ranges of terrace levels and a histogram of the values.

Dependencies:

R 3.x (packages: spgrass6/rgrass7, ggplot2, data.table) & r.geomorphon add-on

SEE ALSO


r.geomorphon


REFERENCES


Demoulin, A., Bovy, B., Rixhon, G., Cornet, Y., 2007. An automated method to extract fluvial terraces from digital elevation models. The Vesdre valley, a case study in Eastern Belgium. In: Geomorphology 91 (1-2), pp. 51-64.


AUTHORS
Edina Jozsa
University of Pécs (Hungary)


Last changed: $Date: 2021-04-18 (Sun, 18 April 2021) $SOURCE CODE
Available at: r.terrace.geom source code (history)


Main index |
Raster index |
Topics index |
Keywords index |
Graphical index |
Full index


© 2003-2016
GRASS Development Team,
GRASS GIS 7.2.0 Reference Manual





#!/usr/bin/env python
#
"""
MODULE:r_terrace_geom.py

AUTHOR(S): Edina Jozsa 


PURPOSE:   This flexible terrain analysing tool is developed for the
   delineation and quantifiable analysis of terrace remnants.
   The algorithm determines cells potentially belonging to
   terrace surfaces based on local slope characteristics
   and a minimum area size threshold.

NOTES: The algorithm cuts up the area into parallel sections in
   flow direction and determines cells belonging to terrace-like
   surfaces. As a result an output report is created that contains
   a histogram of altitudes, a swath profile of the landscape,
  

Re: [GRASS-user] Elevation values display

2021-10-02 Thread Maria Cecilia Zalazar
Hello, try doing double click on the legend (in pointer mode) to set object
properties. You can set the number of digits after decimal point (zero in
your case).
Cecilia

El sáb, 2 de oct. de 2021 a la(s) 16:51, Rich Shepard (
rshep...@appl-ecosys.com) escribió:

> The bathymetric data have depths (z values) as integers. When displayed in
> the GUI display window they are floating point values each ending in .00. I
> don't find where that's controlled. Since they're close together I'd like
> to
> display only the integer portion of each value.
>
> Can I do this?
>
> Rich
>
> ___
> grass-user mailing list
> grass-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] What color style for bathymetric raster map?

2021-09-20 Thread Maria Cecilia Zalazar
Hi! you can try 'water' with an histogram equalization (e flag)

El lun, 20 de sep. de 2021 a la(s) 13:09, Moritz Lennert (
mlenn...@club.worldonline.be) escribió:

> Hi Rich,
>
> Le 20 septembre 2021 17:51:42 GMT+02:00, Rich Shepard <
> rshep...@appl-ecosys.com> a écrit :
> >I've a raster bathymetric map (attached) to which I've applied r.color =
> >'elevation' because I didn't see another style more appropriate for
> aquatic
> >environments. I'm sure there is at least one in various shades of blue and
> >I'd like suggestions for what to use or do to create one.
>
>
> I'd try 'water' or 'etopo2'.
>



>
> >Also, is there a way to get narrower depth slices since the riverbed is
> >comparatively shallow and flat in this data set.
>
> Your data looks continuous, so what do you mean by "slices" ? A continuous
> color table doesn't have slices.
>
> Moritz
> ___
> grass-user mailing list
> grass-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] winGRASS tester needed ... to fix upcoming releases :-) .... nobody out there willing to test?

2021-05-06 Thread Maria Cecilia Zalazar
Sorry and If I added  "set PYTHONUTF8=1" in
C:\OSGeo4W64\apps\grass\grass78\etc\env.bat just before GRASS_PYTHON is
setting,
grass stops to work...

[image: image.png]

El jue, 6 de may. de 2021 a la(s) 17:47, Maria Cecilia Zalazar (
zalazarmariaceci...@gmail.com) escribió:

> Dear Grass community, I´m using wingrass 7.8.5 (daily, mainly to process
> and analyze raster DEM). No new issues to report in my daily task.  But if
> I try to install i.fusion.hpf, as Helmut suggested, I obtain the following
> error message. I hope it is useful. Best regards
>
> Downloading precompiled GRASS Addons ...
> Fetching  from <
> http://wingrass.fsv.cvut.cz/grass78/x86_64/addons/grass-7.8.5/i.fusion.hpf.zip>
> (be patient)...
> Traceback (most recent call last):
>   File
> "C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py",
> line 2350, in 
> sys.exit(main())
>   File
> "C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py",
> line 2330, in main
> install_extension(source=source, url=url, xmlurl=xmlurl,
> branch=branch)
>   File
> "C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py",
> line 871, in install_extension
> ret1, new_modules_ext, new_files_ext =
> install_extension_win(extension)
>   File
> "C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py",
> line 1259, in install_extension_win
> for line in file:
>   File "C:\OSGeo4W64\apps\Python37\lib\fileinput.py", line
> 252, in __next__
> line = self._readline()
>   File "C:\OSGeo4W64\apps\Python37\lib\fileinput.py", line
> 366, in _readline
> return self._readline()
>   File "C:\OSGeo4W64\apps\Python37\lib\encodings\cp1252.py",
> line 23, in decode
> return
> codecs.charmap_decode(input,self.errors,decoding_table)[0]
> UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d
> in position 401: character maps to 
>
> El jue, 6 de may. de 2021 a la(s) 17:27, Helmut Kudrnovsky (hel...@web.de)
> escribió:
>
>> mail below was sent on Wed Apr 14 2021 => no reaction, no one a minute to
>> test?
>>
>> if no one of the community has a minute to test winGRASS, then I guess
>> it's time to propose to the PSC dropping winGRASS at all
>>
>> kind regards
>> Helmut
>>
>>
>> ---
>> dear GRASS GIS community,
>>
>> testing of winGRASS is a important piece of puzzle to guarantee a stable
>> and useable software on the MS windows platform in the future.
>>
>> For this, we would need the help of the community now. :-)
>>
>> background is an _error in g.extension while installing i.fusion.hpf in
>> windows_
>>
>> some more information
>>
>> https://github.com/OSGeo/grass/issues/1477
>> https://github.com/OSGeo/grass/pull/1496
>>
>> it's an encoding issue while opening files via python.
>>
>> a possible solution may be set PYTHONUTF8=1 as environment variable.
>>
>> and a way how you could help, just add
>>
>> set PYTHONUTF8=1
>>
>> in C:\OSGeo4W64\apps\grass\grass79\etc\env.bat just before GRASS_PYTHON
>> is set. (or in the same file in the standalone winGRASS installation).
>>
>> it would look like:
>>
>> [...]
>> set PYTHONUTF8=1
>> set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python3.exe
>> [...]
>>
>> and then happy GRASS GIS working :-) and report back if there are any
>> issues in your daily winGRASS work.
>>
>> kind regards
>> Helmut
>> ___
>> grass-user mailing list
>> grass-user@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/grass-user
>>
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] winGRASS tester needed ... to fix upcoming releases :-) .... nobody out there willing to test?

2021-05-06 Thread Maria Cecilia Zalazar
Dear Grass community, I´m using wingrass 7.8.5 (daily, mainly to process
and analyze raster DEM). No new issues to report in my daily task.  But if
I try to install i.fusion.hpf, as Helmut suggested, I obtain the following
error message. I hope it is useful. Best regards

Downloading precompiled GRASS Addons ...
Fetching  from <
http://wingrass.fsv.cvut.cz/grass78/x86_64/addons/grass-7.8.5/i.fusion.hpf.zip>
(be patient)...
Traceback (most recent call last):
  File
"C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py",
line 2350, in 
sys.exit(main())
  File
"C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py",
line 2330, in main
install_extension(source=source, url=url, xmlurl=xmlurl,
branch=branch)
  File
"C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py",
line 871, in install_extension
ret1, new_modules_ext, new_files_ext =
install_extension_win(extension)
  File
"C:\OSGeo4W64\apps\grass\grass78/scripts/g.extension.py",
line 1259, in install_extension_win
for line in file:
  File "C:\OSGeo4W64\apps\Python37\lib\fileinput.py", line
252, in __next__
line = self._readline()
  File "C:\OSGeo4W64\apps\Python37\lib\fileinput.py", line
366, in _readline
return self._readline()
  File "C:\OSGeo4W64\apps\Python37\lib\encodings\cp1252.py",
line 23, in decode
return
codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d
in position 401: character maps to 

El jue, 6 de may. de 2021 a la(s) 17:27, Helmut Kudrnovsky (hel...@web.de)
escribió:

> mail below was sent on Wed Apr 14 2021 => no reaction, no one a minute to
> test?
>
> if no one of the community has a minute to test winGRASS, then I guess
> it's time to propose to the PSC dropping winGRASS at all
>
> kind regards
> Helmut
>
>
> ---
> dear GRASS GIS community,
>
> testing of winGRASS is a important piece of puzzle to guarantee a stable
> and useable software on the MS windows platform in the future.
>
> For this, we would need the help of the community now. :-)
>
> background is an _error in g.extension while installing i.fusion.hpf in
> windows_
>
> some more information
>
> https://github.com/OSGeo/grass/issues/1477
> https://github.com/OSGeo/grass/pull/1496
>
> it's an encoding issue while opening files via python.
>
> a possible solution may be set PYTHONUTF8=1 as environment variable.
>
> and a way how you could help, just add
>
> set PYTHONUTF8=1
>
> in C:\OSGeo4W64\apps\grass\grass79\etc\env.bat just before GRASS_PYTHON is
> set. (or in the same file in the standalone winGRASS installation).
>
> it would look like:
>
> [...]
> set PYTHONUTF8=1
> set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python3.exe
> [...]
>
> and then happy GRASS GIS working :-) and report back if there are any
> issues in your daily winGRASS work.
>
> kind regards
> Helmut
> ___
> grass-user mailing list
> grass-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Geo-Vox modeling

2021-03-02 Thread Maria Cecilia Zalazar
Hello everybody, I´m interested in a new web-GIS platform for Geologic
Voxel modeling and visualization recently published (Nemoto, T., Masumoto,
S., Raghavan, V., Nonogaki, S., & Nakada, F. 2020. Development of open
source Web-GIS platform for three-dimensional geologic modeling and
visualization).

It comprises GRASS and others FOSS4G and I wonder if anybody knows if I
could get access to Geo-Vox in any way (OSGeoLive virtual machine or
desktop application).

Any free alternative geologic voxel model will be welcome.

Thanks in advance!

Cecilia.

-- 
MSc. (Lic. Mat.) María Cecilia Zalazar
Laboratorio de Geología de llanuras (UADER-CONICET)
Facultad de Ciencia y Tecnología (UADER)
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] python 'NamError' r.landscape.evol

2020-05-01 Thread Maria Cecilia Zalazar
Hello. In previous (win)grass versions I was able to work with
r.landscape.evol addon. Now with 7.8.2 wingrass version appears a python
NameError:



*r.landscape.evol elev=DEM_21x21@PERMANENT initbdrk=0 smoothing=no
prefx=levol_test outdem=elevation_test outsoil=soildepth_test number=1*

*Traceback (most recent call last):*

*  File "C:\Users\USUARIO\AppData\Roaming\GRASS7\addons/scrip*

*ts/r.landscape.evol.py ", line 665, in
*

*f = file(statsout, 'wt')*

*NameError: name 'file' is not defined*



It seems that the script was written in Python < 3 and ‘file()’ is not
supported in Python 3. Is possible that the addon needs to transform into
valid Python 3.x code?

Thanks for your help!
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] TR : Extensions

2019-07-24 Thread Maria Cecilia Zalazar
Hello. I've been suggested this workaround and now Its works fine:

Locate the g.extension.py script, copy and rename it and modify one line
(search for cz). (You'll need an editor like Notepad++ to avoid issues with
carriage returns). Then run using File > Launch Script.

base_url = "http://wingrass.fsv.cvut.cz/"; \
   "grass%(major)s%(minor)s/%(platform)s/addons/" \
   "grass-%(major)s.%(minor)s.%(patch)s" % \
   {'platform': platform,
'major': version[0], 'minor': version[1],
#'patch': version[2]} # comment this out
'patch': 'svn'} # add this

El mar., 23 de jul. de 2019 a la(s) 21:31, marie-joëlle desgagné (
mjdesga...@hotmail.com) escribió:

> I modified the lines 936 to 941 in the g.extension and now I am able to
> download the precompiled GRASS Addons. The problem was in the base url
> mentionned in the g.extension script. I am wondering if it has an impact
> when I try to launch the _GRASS scripts though.
>
> --
> *De :* marie-joëlle desgagné
> *Envoyé :* 22 juillet 2019 15:37
> *À :* Markus Neteler 
> *Objet :* RE: [GRASS-user] Extensions
>
>
> I modified the lines 936 to 941 in the g.extension and now I am able to
> download the precompiled GRASS Addons. The problem was in the base url
> mentionned in the g.extension script. I am wondering if it has an impact
> when I try to launch the _GRASS scripts though.
>
>
>
> platform = 'x86_64'
> base_url = "http://wingrass.fsv.cvut.cz/"; \
>"grass%(major)s%(minor)s/%(platform)s/addons/latest" % \
>{'platform': platform,
> 'major': version[0], 'minor': version[1],
> 'patch': version[2]}
>
>
> Provenance : Courrier 
> pour Windows 10
>
>
> --
> *De :* Markus Neteler 
> *Envoyé :* Monday, July 22, 2019 3:27:34 PM
> *À :* marie-joëlle desgagné 
> *Objet :* Re: [GRASS-user] Extensions
>
> Hi,
>
> Would you mind to share your change?
>
> Thanks
> Markus
>
>
> marie-joëlle desgagné  schrieb am Mo., 22. Juli
> 2019, 19:32:
>
>> Hi, I found a way to modify the path on the g.extension script to find
>> the source codes of the tools I want to use and it worked.
>> I am now trying to launch the script Watershed_GRASS but I get an error
>> message saying that my module is built against version $Revision$ but
>> trying to use version $Revision: 72327 $. I need to rebuild GRASS GIS or
>> untangle multiple installations.
>>
>> I am not used to programing so I don't really know how to deal with this
>> situation.
>>
>> Thank you very much
>>
>> Marie-Joëlle Desgagné
>> --
>> *De :* grass-user  de la part de
>> Helmut Kudrnovsky 
>> *Envoyé :* 16 juillet 2019 08:53
>> *À :* grass-user@lists.osgeo.org 
>> *Objet :* Re: [GRASS-user] Extensions
>>
>> marie-joëlle desgagné wrote
>> > Hi, I am currently using Grass Gis version 7.6.1.
>> >
>> > I want to add the plug in: r.stream.basins. For that to occur I tried to
>> > go in g.extension and install it, but I get this error message:
>> >
>> > Downloading precompiled GRASS Addons
>> > 
>> > ...
>> >
>> > ERROR: Extension
>> > 
>> >  not found
>> >
>> >
>> > It looks like none of the extensions can be found.
>> >
>> > Thank you!
>>
>> which operating system?
>>
>> see
>>
>> https://lists.osgeo.org/pipermail/grass-commit/2019-July/045534.html
>>
>> adapting the addon system after the git switch is still a work in
>> progress.
>>
>>
>>
>> -
>> best regards
>> Helmut
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
>> ___
>> grass-user mailing list
>> grass-user@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/grass-user
>> ___
>> grass-user mailing list
>> grass-user@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/grass-user
>
> ___
> grass-user mailing list
> grass-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WINGrass: g.extension – Not found

2019-07-22 Thread Maria Cecilia Zalazar
I was able to fixed it. Thanks very much at all!

El lun., 22 de jul. de 2019 a la(s) 16:20, Maria Cecilia Zalazar (
zalazarmariaceci...@gmail.com) escribió:

> Hello again, when I run r.landscape.evol, now I get this error:
>
> Traceback (most recent call last):
>   File "C:\Users\USUARIO\AppData\Roaming\GRASS7\addons/scrip
> ts/r.landscape.evol.py", line 665, in 
> f = file(statsout, 'wt')
> IOError: [Errno 13] Permission denied:
> u'PERMANENT_levol_lsevol_stats.csv'
>
> it´s appears as if the path to the rules file must be error or missing?
> My user is administrator.
>
> Thanks for your help!
>
> El lun., 22 de jul. de 2019 a la(s) 11:23, Maria Cecilia Zalazar (
> zalazarmariaceci...@gmail.com) escribió:
>
>> I could do it! Thank you very much for your help
>>
>> El lun., 22 de jul. de 2019 a la(s) 11:04, Helmut Kudrnovsky (
>> hel...@web.de) escribió:
>>
>>> Maria Cecilia Zalazar wrote
>>> > I would like to know if there are news about installing extensions from
>>> > the
>>> > repository. I´m ussing Grass 7.6.1 in Windows.
>>> >
>>> > However, I´ve download zip file (r.landscape.evol) and I tried to
>>> install
>>> > it manually:
>>> >
>>> > g.extension extension=r.landscape.evol
>>> > url=C:\OSGeo4W64\apps\grass\r.landscape.evol.zip
>>> > Downloading precompiled GRASS Addons
>>> > 
>>> > ...
>>> > ERROR: Extension
>>> > 
>>> >  not found
>>> >
>>> > I tried different paths, / instead \, but i can´t get it...
>>>
>>> still work in progress.
>>>
>>> as a workaround:
>>>
>>> ° download zipped r.landscape.evol from here [1]:
>>>
>>>
>>> https://wingrass.fsv.cvut.cz/grass76/x86_64/addons/latest/r.landscape.evol.zip
>>>
>>> ° unzip
>>>
>>> ° copy the content of the subfolders into the equivalent subfolders under
>>>
>>> C:\Users\YourUserName\AppData\Roaming\GRASS7\addons
>>>
>>> ° start a winGRASS session and start the addon in the command line
>>>
>>> HTH
>>>
>>>
>>>
>>> [1] https://wingrass.fsv.cvut.cz/grass76/x86_64/addons/latest/
>>>
>>>
>>>
>>>
>>> -
>>> best regards
>>> Helmut
>>> --
>>> Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
>>> ___
>>> grass-user mailing list
>>> grass-user@lists.osgeo.org
>>> https://lists.osgeo.org/mailman/listinfo/grass-user
>>
>>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WINGrass: g.extension – Not found

2019-07-22 Thread Maria Cecilia Zalazar
Hello again, when I run r.landscape.evol, now I get this error:

Traceback (most recent call last):
  File "C:\Users\USUARIO\AppData\Roaming\GRASS7\addons/scrip
ts/r.landscape.evol.py", line 665, in 
f = file(statsout, 'wt')
IOError: [Errno 13] Permission denied:
u'PERMANENT_levol_lsevol_stats.csv'

it´s appears as if the path to the rules file must be error or missing?
My user is administrator.

Thanks for your help!

El lun., 22 de jul. de 2019 a la(s) 11:23, Maria Cecilia Zalazar (
zalazarmariaceci...@gmail.com) escribió:

> I could do it! Thank you very much for your help
>
> El lun., 22 de jul. de 2019 a la(s) 11:04, Helmut Kudrnovsky (
> hel...@web.de) escribió:
>
>> Maria Cecilia Zalazar wrote
>> > I would like to know if there are news about installing extensions from
>> > the
>> > repository. I´m ussing Grass 7.6.1 in Windows.
>> >
>> > However, I´ve download zip file (r.landscape.evol) and I tried to
>> install
>> > it manually:
>> >
>> > g.extension extension=r.landscape.evol
>> > url=C:\OSGeo4W64\apps\grass\r.landscape.evol.zip
>> > Downloading precompiled GRASS Addons
>> > 
>> > ...
>> > ERROR: Extension
>> > 
>> >  not found
>> >
>> > I tried different paths, / instead \, but i can´t get it...
>>
>> still work in progress.
>>
>> as a workaround:
>>
>> ° download zipped r.landscape.evol from here [1]:
>>
>>
>> https://wingrass.fsv.cvut.cz/grass76/x86_64/addons/latest/r.landscape.evol.zip
>>
>> ° unzip
>>
>> ° copy the content of the subfolders into the equivalent subfolders under
>>
>> C:\Users\YourUserName\AppData\Roaming\GRASS7\addons
>>
>> ° start a winGRASS session and start the addon in the command line
>>
>> HTH
>>
>>
>>
>> [1] https://wingrass.fsv.cvut.cz/grass76/x86_64/addons/latest/
>>
>>
>>
>>
>> -
>> best regards
>> Helmut
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
>> ___
>> grass-user mailing list
>> grass-user@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/grass-user
>
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] WINGrass: g.extension – Not found

2019-07-22 Thread Maria Cecilia Zalazar
I could do it! Thank you very much for your help

El lun., 22 de jul. de 2019 a la(s) 11:04, Helmut Kudrnovsky (hel...@web.de)
escribió:

> Maria Cecilia Zalazar wrote
> > I would like to know if there are news about installing extensions from
> > the
> > repository. I´m ussing Grass 7.6.1 in Windows.
> >
> > However, I´ve download zip file (r.landscape.evol) and I tried to install
> > it manually:
> >
> > g.extension extension=r.landscape.evol
> > url=C:\OSGeo4W64\apps\grass\r.landscape.evol.zip
> > Downloading precompiled GRASS Addons
> > 
> > ...
> > ERROR: Extension
> > 
> >  not found
> >
> > I tried different paths, / instead \, but i can´t get it...
>
> still work in progress.
>
> as a workaround:
>
> ° download zipped r.landscape.evol from here [1]:
>
>
> https://wingrass.fsv.cvut.cz/grass76/x86_64/addons/latest/r.landscape.evol.zip
>
> ° unzip
>
> ° copy the content of the subfolders into the equivalent subfolders under
>
> C:\Users\YourUserName\AppData\Roaming\GRASS7\addons
>
> ° start a winGRASS session and start the addon in the command line
>
> HTH
>
>
>
> [1] https://wingrass.fsv.cvut.cz/grass76/x86_64/addons/latest/
>
>
>
>
> -
> best regards
> Helmut
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html
> ___
> grass-user mailing list
> grass-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] WINGrass: g.extension – Not found

2019-07-22 Thread Maria Cecilia Zalazar
I would like to know if there are news about installing extensions from the
repository. I´m ussing Grass 7.6.1 in Windows.

However, I´ve download zip file (r.landscape.evol) and I tried to install
it manually:

g.extension extension=r.landscape.evol
url=C:\OSGeo4W64\apps\grass\r.landscape.evol.zip
Downloading precompiled GRASS Addons ...
ERROR: Extension  not found

I tried different paths, / instead \, but i can´t get it...

Thank you!
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] Grass GIS: g.extension – Not found

2019-07-10 Thread Maria Cecilia Zalazar
Hello. I'm having problems trying to compile r.landscape.evol and another
extensions, on the 7.6.1 version of GRASS from the g.extension command. It
does not found the file in the default repository. I am running Windows 10.
It´s seems the repository does not work.  Thanks for your help
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user