Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tutorial's g.region use for GRASS 8 #103

Open
petrasovaa opened this issue Feb 18, 2022 · 0 comments
Open

Fix tutorial's g.region use for GRASS 8 #103

petrasovaa opened this issue Feb 18, 2022 · 0 comments

Comments

@petrasovaa
Copy link

Running through the tutorial I noticed a problem here:
https://itzi.readthedocs.io/en/latest/tutorial.html#adjust-the-region

g.region behavior changed little bit in GRASS 8. Now when you specify save parameter, it assumes you don't want to change the current region as well, so in this case you would either need to use new -o flag:

g.region -po raster=elev_lid792_1m@PERMANENT res=5 save=lidar_5m

or don't save the region (I don't see it used anywhere, but I may be wrong):

g.region -p raster=elev_lid792_1m@PERMANENT res=5

The current state results in the simulation being run at 1 m, so it takes a long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant