In any OS just use your Text editor to create the files. In Ubuntu gedit should do that job.
Open gedit, paste the tutorial example and save it as itzi.txt in your working directory.
prepare the base raster files in grass-gis and run itzi by typing the command:
itzi run
/your/working/directory/itzi.txt
into your grass console
Hope this works
Bastian
--
You received this message because you are subscribed to the Google Groups "Itzï" group.
To unsubscribe from this group and stop receiving emails from it, send an email to itzi+uns...@googlegroups.com.
To post to this group, send email to it...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/itzi/96966ff1-68b9-4465-9183-cbe633b06319%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In any OS just use your Text editor to create the files. In Ubuntu gedit should do that job.
Open gedit, paste the tutorial example and save it as itzi.txt in your working directory.
prepare the base raster files in grass-gis and run itzi by typing the command:
itzi run /your/working/directory/itzi.txt
into your grass console
Hope this works
Bastian
Am 18.12.2017 um 11:29 schrieb Neethu s:
can anyone please explain how to run itzi on ubuntu, Since I am new to this field I have no idea how to run it.--I have done the steps specified in user manual up to create rainfall and friction maps. I dont know how to create the parameter file .Kindly help.
You received this message because you are subscribed to the Google Groups "Itzï" group.
To unsubscribe from this group and stop receiving emails from it, send an email to itzi+unsubscribe@googlegroups.com.
To post to this group, send email to it...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/itzi/96966ff1-68b9-4465-9183-cbe633b06319%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Itzï" group.
To unsubscribe from this group and stop receiving emails from it, send an email to itzi+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/itzi/0a921eeb-09a2-86b8-c092-e1ec131702db%40infraconsult.de.
Hello,
please try step by step:
1. create a new
folder at your home directory (use terminal)
mkdir ~/Grass
2. Put your itzi.txt file in the new folder (home/yourname/Grass)
check if the
content matches with the following lines:
[time] duration = 02:00:00 record_step = 00:05:00 [input] dem = elev_lid792_5m@PERMANENT friction = n@PERMANENT rain = rain@PERMANENT bctype = bctype@PERMANENT bcval = bcvalue@PERMANENT [output] prefix = nc_itzi_tutorial values = h, wse, v, vdir, boundaries [statistics] stats_file = nc_itzi_tutorial.csv
3. Next open Grass gis. Start the
PERMANENT mapset of the North Carolina dataset.
copy/paste the
following lines into the Grass-terminal:
g.region -p raster=elev_lid792_1m@PERMANENT res=5 save=lidar_5m r.resamp.interp input=elev_lid792_1m@PERMANENT output=elev_lid792_5m
r.watershed elevation=elev_lid792_5m drainage=elev_lid792_5m_drainage r.water.outlet input=elev_lid792_5m_drainage output=watershed coordinates=638888,220011
r.mask rast=watershed echo '638888|220011' > watershed_out.txt v.in.ascii input=watershed_out.txt output=watershed_out v.to.rast input=watershed_out type=point output=bctype use=val value=4 v.to.rast input=watershed_out type=point output=bcvalue use=val value=0 r.mapcalc exp='rain=100' r.mapcalc exp='n=0.05' itzi run -o ~/Grass/itzi.txtIf this does not work please run
itzi -h
and share the output
Best regards
Bastian
Bastian Pöschl InfraConsult GmbH Schaiblestraße 1 70499 Stuttgart T 0711 882287-8 F 0711 882287-9 www.infraconsult.de
Please use Itzi tutorial before mailgroup.
http://itzi.readthedocs.io/en/latest/tutorial.html#run-the-simulation
At the end of the simulation, Itzï should have generated five Space-Time Raster Dataset (STRDS) in the form:
<prefix>_<variable>
The maps contained in those STDRS are following this naming convention:
<prefix>_<variable>_<order_number>
To open heads at 20 min use
d.rast map=nc_itzi_tutorial_h_0020
To open the spacetime dataset use g.gui.animation (grass documentation for further reading)
Best regards
Bastian
Bastian Pöschl InfraConsult GmbH Schaiblestraße 1 70499 Stuttgart T 0711 882287-8 F 0711 882287-9 www.infraconsult.de
--
You received this message because you are subscribed to the Google Groups "Itzï" group.
To unsubscribe from this group and stop receiving emails from it, send an email to itzi+uns...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/itzi/29ae0639-9cec-4a9c-9fab-f54e482496f6n%40googlegroups.com.