123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554 |
- /****************************************************************************
- *
- * MODULE: r.walk
- * AUTHOR(S): Based on r.cost written by :
- * Antony Awaida,
- * Intelligent Engineering
- * Systems Laboratory,
- * M.I.T.
- * James Westervelt,
- * U.S.Army Construction Engineering Research Laboratory
- *
- * Updated for Grass 5
- * Pierre de Mouveaux (pmx@audiovu.com)
- *
- * Initial version of r.walk:
- * Steno Fontanari, 2002, ITC-irst
- *
- * GRASS 6.0 version of r.walk:
- * Franceschetti Simone, Sorrentino Diego, Mussi Fabiano and Pasolli Mattia
- * Correction by: Fontanari Steno, Napolitano Maurizio and Flor Roberto
- * In collaboration with: Franchi Matteo, Vaglia Beatrice, Bartucca Luisa,
- * Fava Valentina and Tolotti Mathias, 2004
- *
- * Updated for GRASS 6.1
- * Roberto Flor and Markus Neteler
- * Glynn Clements <glynn gclements.plus.com>, Soeren Gebbert <soeren.gebbert gmx.de>
- * Updated for calculation errors and directional surface generation
- * Colin Nielsen <colin.nielsen gmail com>
- * Updated for GRASS 7
- * Markus Metz
- * PURPOSE: anisotropic movements on cost surfaces
- * COPYRIGHT: (C) 1999-2015 by the GRASS Development Team
- *
- * This program is free software under the GNU General Public
- * License (>=v2). Read the file COPYING that comes with GRASS
- * for details.
- *
- *****************************************************************************/
- /*********************************************************************
- *
- * This is the main program for the minimum path cost analysis.
- * It generates a cumulative cost map (output) from an elevation (inputdtm
- * and cost map (inputcost) with respect to starting locations (coor).
- *
- * It takes as input the following:
- * 1) Cost of traversing each grid cell as given by an elevation map and
- * a cost map cell (inputcost).
- * 2) If starting points are not specified on the command line
- * then the output map must exist and contain the starting locations
- *
- * Otherwise the output map need not exist and the coor points
- * from the command line are used.
- *
- *********************************************************************/
- /*********************************************************************
- * The walking energy is computed for the human walk, based on Aitken,
- * 1977, Langmuir, 1984:
- *
- * {T= [(a)x(Delta S)] + [(b)x(Delta H Climb)]
- * +[(c)*(Delta H moderate downhill)]+[(d)*(Delta H steep downhill]}
- *
- * where T is time in seconds, Delta S distance in meter, Delta H the heigth difference
- *
- * The default a,b,c,d parameters used below have been measured using oxygen consumption in biomechanical
- * experiments.
- * Refs:
- * * Aitken, R. 1977. Wilderness areas in Scotland. Unpublished Ph.D. thesis. University of Aberdeen.
- * * Steno Fontanari, University of Trento, Italy, Ingegneria per l'Ambiente e
- * il Territorio, 2000-2001. Svilluppo di metodologie GIS per la determinazione dell'accessibilita'
- * territoriale come supporto alle decisioni nella gestione ambientale.
- * * Langmuir, E. 1984. Mountaincraft and leadership. The Scottish Sports Council/MLTB. Cordee,
- * Leicester.
- *
- * The total cost is computed as a linear combination of walking energy and a given friction cost map:
- *
- * TOTAL COST = [(WALKING ENERGY ) + (LAMBDA*FRICTION)]
- *
- * TODO: generalize formula to other species
- *************/
- /*
- *
- * 20 july 2004 - Pierre de Mouveaux. pmx@audiovu.com
- * Updated to use the Grass 5.0 floating point raster cell format.
- * Convert floats to double. Done ;)
- * 2001: original r.walk by Steno Fontanari, ITC-irst
- * 24 July 2004: WebValley 2004, fixed and enhanced by
- * Matteo Franchi Liceo Leonardo Da Vinci Trento
- * Roberto Flor ITC-irst
- * 7 December 2005: Grass 6.1 cleanup
- * Roberto Flor ITC-irst
- * Markus Neteler CEA
- */
- #include <stdlib.h>
- #include <unistd.h>
- #include <string.h>
- #include <math.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <grass/gis.h>
- #include <grass/raster.h>
- #include <grass/vector.h>
- #include <grass/segment.h>
- #include <grass/glocale.h>
- #include "cost.h"
- #include "stash.h"
- #define SEGCOLSIZE 64
- struct Cell_head window;
- struct start_pt *head_start_pt = NULL;
- struct start_pt *head_end_pt = NULL;
- int main(int argc, char *argv[])
- {
- const char *cum_cost_layer, *move_dir_layer;
- const char *cost_layer, *dtm_layer;
- const char *dtm_mapset, *cost_mapset, *search_mapset;
- void *dtm_cell, *cost_cell, *cum_cell, *dir_cell, *cell2 = NULL;
- SEGMENT cost_seg, dir_seg;
- double *value;
- char buf[400];
- extern struct Cell_head window;
- double NS_fac, EW_fac, DIAG_fac, H_DIAG_fac, V_DIAG_fac;
- double fcost_dtm, fcost_cost;
- double min_cost, old_min_cost;
- FCELL cur_dir;
- double zero = 0.0;
- int col = 0, row = 0, nrows = 0, ncols = 0;
- int maxcost, par_number;
- int nseg;
- int maxmem;
- int segments_in_memory;
- int cost_fd, cum_fd, dtm_fd, dir_fd;
- int have_stop_points = 0, dir = 0;
- double my_dtm, my_cost, check_dtm;
- double null_cost, dnullval;
- double a, b, c, d, lambda, slope_factor;
- int srows, scols;
- int total_reviewed;
- int keep_nulls = 1;
- int start_with_raster_vals = 1;
- int neighbor;
- long n_processed = 0;
- long total_cells;
- struct GModule *module;
- struct Flag *flag2, *flag3, *flag4, *flag5;
- struct Option *opt1, *opt2, *opt3, *opt4, *opt5, *opt6, *opt7, *opt8;
- struct Option *opt9, *opt10, *opt11, *opt12, *opt13, *opt14, *opt15;
- struct cost *pres_cell;
- struct start_pt *pres_start_pt = NULL;
- struct start_pt *pres_stop_pt = NULL;
- struct cc {
- double dtm; /* elevation model */
- double cost_in; /* friction costs */
- double cost_out; /* cumulative costs */
- } costs;
- void *ptr1, *ptr2;
- RASTER_MAP_TYPE dtm_data_type, cost_data_type, cum_data_type =
- DCELL_TYPE, dir_data_type = FCELL_TYPE;
- struct History history;
- double peak = 0.0;
- int dtm_dsize, cost_dsize;
- double disk_mb, mem_mb, pq_mb;
- /* Definition for dimension and region check */
- struct Cell_head dtm_cellhd, cost_cellhd;
- G_gisinit(argv[0]);
- module = G_define_module();
- G_add_keyword(_("raster"));
- G_add_keyword(_("cost surface"));
- G_add_keyword(_("cumulative costs"));
- G_add_keyword(_("cost allocation"));
- module->description =
- _("Creates a raster map showing the "
- "anisotropic cumulative cost of moving between different "
- "geographic locations on an input raster map "
- "whose cell category values represent cost.");
- opt12 = G_define_standard_option(G_OPT_R_ELEV);
- opt2 = G_define_standard_option(G_OPT_R_INPUT);
- opt2->key = "friction";
- opt2->description =
- _("Name of input raster map containing friction costs");
- opt1 = G_define_standard_option(G_OPT_R_OUTPUT);
- opt1->description = _("Name for output raster map to contain walking costs");
- opt11 = G_define_standard_option(G_OPT_R_OUTPUT);
- opt11->key = "outdir";
- opt11->required = NO;
- opt11->description =
- _("Name for output raster map to contain movement directions");
- opt11->guisection = _("Optional outputs");
- opt7 = G_define_standard_option(G_OPT_V_INPUT);
- opt7->key = "start_points";
- opt7->required = NO;
- opt7->label = _("Name of starting vector points map");
- opt7->guisection = _("Start");
- opt8 = G_define_standard_option(G_OPT_V_INPUT);
- opt8->key = "stop_points";
- opt8->required = NO;
- opt8->label = _("Name of stopping vector points map");
- opt8->guisection = _("Stop");
- opt9 = G_define_standard_option(G_OPT_R_INPUT);
- opt9->key = "start_raster";
- opt9->required = NO;
- opt9->description = _("Name of starting raster points map");
- opt9->guisection = _("Start");
- opt3 = G_define_standard_option(G_OPT_M_COORDS);
- opt3->key = "start_coordinates";
- opt3->multiple = YES;
- opt3->description =
- _("Coordinates of starting point(s) (E,N)");
- opt3->guisection = _("Start");
- opt4 = G_define_standard_option(G_OPT_M_COORDS);
- opt4->key = "stop_coordinates";
- opt4->multiple = YES;
- opt4->description =
- _("Coordinates of stopping point(s) (E,N)");
- opt4->guisection = _("Stop");
- opt5 = G_define_option();
- opt5->key = "max_cost";
- opt5->type = TYPE_INTEGER;
- opt5->key_desc = "value";
- opt5->required = NO;
- opt5->multiple = NO;
- opt5->answer = "0";
- opt5->description = _("Maximum cumulative cost");
- opt6 = G_define_option();
- opt6->key = "null_cost";
- opt6->type = TYPE_DOUBLE;
- opt6->key_desc = "value";
- opt6->required = NO;
- opt6->multiple = NO;
- opt6->description =
- _("Cost assigned to null cells. By default, null cells are excluded");
- opt6->guisection = _("NULL cells");
- opt10 = G_define_option();
- opt10->key = "memory";
- opt10->type = TYPE_INTEGER;
- opt10->key_desc = "value";
- opt10->required = NO;
- opt10->multiple = NO;
- opt10->answer = "300";
- opt10->description = _("Maximum memory to be used in MB");
- opt15 = G_define_option();
- opt15->key = "walk_coeff";
- opt15->type = TYPE_STRING;
- opt15->key_desc = "a,b,c,d";
- opt15->required = NO;
- opt15->multiple = NO;
- opt15->answer = "0.72,6.0,1.9998,-1.9998";
- opt15->description =
- _("Coefficients for walking energy formula parameters a,b,c,d");
- opt15->guisection = _("Settings");
- opt14 = G_define_option();
- opt14->key = "lambda";
- opt14->type = TYPE_DOUBLE;
- opt14->required = NO;
- opt14->multiple = NO;
- opt14->answer = "1.0";
- opt14->description =
- _("Lambda coefficients for combining walking energy and friction cost");
- opt14->guisection = _("Settings");
- opt13 = G_define_option();
- opt13->key = "slope_factor";
- opt13->type = TYPE_DOUBLE;
- opt13->required = NO;
- opt13->multiple = NO;
- opt13->answer = "-0.2125";
- opt13->description =
- _("Slope factor determines travel energy cost per height step");
- opt13->guisection = _("Settings");
- flag2 = G_define_flag();
- flag2->key = 'k';
- flag2->description =
- _("Use the 'Knight's move'; slower, but more accurate");
- flag3 = G_define_flag();
- flag3->key = 'n';
- flag3->description = _("Keep null values in output raster map");
- flag3->guisection = _("NULL cells");
- flag4 = G_define_flag();
- flag4->key = 'r';
- flag4->description = _("Start with values in raster map");
- flag4->guisection = _("Start");
- flag5 = G_define_flag();
- flag5->key = 'i';
- flag5->description = _("Print info about disk space and memory requirements and exit");
- /* Parse options */
- if (G_parser(argc, argv))
- exit(EXIT_FAILURE);
- /* If no outdir is specified, set flag to skip all dir */
- if (opt11->answer != NULL)
- dir = 1;
- /* Get database window parameters */
- Rast_get_window(&window);
- /* Find north-south, east_west and diagonal factors */
- EW_fac = window.ew_res; /* Must be the physical distance */
- NS_fac = window.ns_res;
- DIAG_fac = (double)sqrt((double)(NS_fac * NS_fac + EW_fac * EW_fac));
- V_DIAG_fac =
- (double)sqrt((double)(4 * NS_fac * NS_fac + EW_fac * EW_fac));
- H_DIAG_fac =
- (double)sqrt((double)(NS_fac * NS_fac + 4 * EW_fac * EW_fac));
- Rast_set_d_null_value(&null_cost, 1);
- if (flag2->answer)
- total_reviewed = 16;
- else
- total_reviewed = 8;
- keep_nulls = flag3->answer;
- start_with_raster_vals = flag4->answer;
- {
- int count = 0;
- if (opt3->answers)
- count++;
- if (opt7->answers)
- count++;
- if (opt9->answers)
- count++;
- if (count != 1)
- G_fatal_error(_("Must specify exactly one of start_points, start_rast or coordinate"));
- }
- if (opt3->answers)
- if (!process_answers(opt3->answers, &head_start_pt, &pres_start_pt))
- G_fatal_error(_("No start points"));
- if (opt4->answers)
- have_stop_points =
- process_answers(opt4->answers, &head_end_pt, &pres_stop_pt);
- if (sscanf(opt5->answer, "%d", &maxcost) != 1 || maxcost < 0)
- G_fatal_error(_("Inappropriate maximum cost: %d"), maxcost);
- if (sscanf(opt10->answer, "%d", &maxmem) != 1 || maxmem <= 0)
- G_fatal_error(_("Inappropriate amount of memory: %d"), maxmem);
- /* Getting walking energy formula parameters */
- if ((par_number =
- sscanf(opt15->answer, "%lf,%lf,%lf,%lf", &a, &b, &c, &d)) != 4)
- G_fatal_error(_("Missing required value: got %d instead of 4"),
- par_number);
- else {
- G_message(_("Walking costs are a=%g b=%g c=%g d=%g"), a, b, c, d);
- }
- /* Getting lambda */
- if ((par_number = sscanf(opt14->answer, "%lf", &lambda)) != 1)
- G_fatal_error(_("Missing required value: %d"), par_number);
- else {
- G_message(_("Lambda is %g"), lambda);
- }
- /* Getting slope_factor */
- if ((par_number = sscanf(opt13->answer, "%lf", &slope_factor)) != 1)
- G_fatal_error(_("Missing required value: %d"), par_number);
- else {
- G_message(_("Slope_factor is %g"), slope_factor);
- }
- if ((opt6->answer == NULL) ||
- (sscanf(opt6->answer, "%lf", &null_cost) != 1)) {
- G_debug(1, "Null cells excluded from cost evaluation");
- Rast_set_d_null_value(&null_cost, 1);
- }
- else if (keep_nulls)
- G_debug(1,"Input null cell will be retained into output map");
- if (opt7->answer) {
- search_mapset = G_find_vector2(opt7->answer, "");
- if (search_mapset == NULL)
- G_fatal_error(_("Vector map <%s> not found"), opt7->answer);
- }
- if (!Rast_is_d_null_value(&null_cost)) {
- if (null_cost < 0.0) {
- G_warning(_("Assigning negative cost to null cell. Null cells excluded."));
- Rast_set_d_null_value(&null_cost, 1);
- }
- }
- else {
- keep_nulls = 0; /* handled automagically... */
- }
- dtm_layer = opt12->answer;
- cost_layer = opt2->answer;
- cum_cost_layer = opt1->answer;
- move_dir_layer = opt11->answer;
- /* Find number of rows and columns in window */
- nrows = Rast_window_rows();
- ncols = Rast_window_cols();
- /* Open cost cell layer for reading */
- dtm_mapset = G_find_raster2(dtm_layer, "");
- if (dtm_mapset == NULL)
- G_fatal_error(_("Raster map <%s> not found"), dtm_layer);
- dtm_fd = Rast_open_old(dtm_layer, "");
- cost_mapset = G_find_raster2(cost_layer, "");
- if (cost_mapset == NULL)
- G_fatal_error(_("Raster map <%s> not found"), cost_layer);
- cost_fd = Rast_open_old(cost_layer, cost_mapset);
- Rast_get_cellhd(dtm_layer, "", &dtm_cellhd);
- Rast_get_cellhd(cost_layer, "", &cost_cellhd);
- dtm_data_type = Rast_get_map_type(dtm_fd);
- cost_data_type = Rast_get_map_type(cost_fd);
- /* Parameters for map submatrices */
- switch (dtm_data_type) {
- case (CELL_TYPE):
- G_debug(1, "DTM_Source map is: Integer cell type");
- break;
- case (FCELL_TYPE):
- G_debug(1, "DTM_Source map is: Floating point (float) cell type");
- break;
- case (DCELL_TYPE):
- G_debug(1, "DTM_Source map is: Floating point (double) cell type");
- break;
- }
- G_debug(1, "DTM %d rows, %d cols", dtm_cellhd.rows, dtm_cellhd.cols);
- switch (cost_data_type) {
- case (CELL_TYPE):
- G_debug(1, "COST_Source map is: Integer cell type");
- break;
- case (FCELL_TYPE):
- G_debug(1, "COST_Source map is: Floating point (float) cell type");
- break;
- case (DCELL_TYPE):
- G_debug(1, "COST_Source map is: Floating point (double) cell type");
- break;
- }
- G_debug(1, "COST %d rows, %d cols", cost_cellhd.rows, cost_cellhd.cols);
- G_debug(1, " %d rows, %d cols", nrows, ncols);
- G_format_resolution(window.ew_res, buf, window.proj);
- G_debug(1, " EW resolution %s (%g)", buf, window.ew_res);
- G_format_resolution(window.ns_res, buf, window.proj);
- G_debug(1, " NS resolution %s (%g)", buf, window.ns_res);
- /* this is most probably the limitation of r.walk for large datasets
- * segment size needs to be reduced to avoid unecessary disk IO
- * but it doesn't make sense to go down to 1
- * so use 64 segment rows and cols for <= 200 million cells
- * for larger regions, 32 segment rows and cols
- * maybe go down to 16 for > 500 million cells ? */
- if ((double) nrows * ncols > 200000000)
- srows = scols = SEGCOLSIZE / 2;
- else
- srows = scols = SEGCOLSIZE;
- /* calculate total number of segments */
- nseg = ((nrows + srows - 1) / srows) * ((ncols + scols - 1) / scols);
- /* calculate disk space and memory requirements */
- /* (nrows + ncols) * 8. * 20.0 / 1048576. for Dijkstra search */
- pq_mb = ((double)nrows + ncols) * 8. * 20.0 / 1048576.;
- G_debug(1, "pq MB: %g", pq_mb);
- maxmem -= pq_mb;
- if (maxmem < 10)
- maxmem = 10;
- if (dir == TRUE) {
- disk_mb = (double) nrows * ncols * 28. / 1048576.;
- segments_in_memory = maxmem /
- ((double) srows * scols * (28. / 1048576.));
- if (segments_in_memory < 4)
- segments_in_memory = 4;
- if (segments_in_memory > nseg)
- segments_in_memory = nseg;
- mem_mb = (double) srows * scols * (28. / 1048576.) * segments_in_memory;
- }
- else {
- disk_mb = (double) nrows * ncols * 24. / 1048576.;
- segments_in_memory = maxmem /
- ((double) srows * scols * (24. / 1048576.));
- if (segments_in_memory < 4)
- segments_in_memory = 4;
- if (segments_in_memory > nseg)
- segments_in_memory = nseg;
- mem_mb = (double) srows * scols * (24. / 1048576.) * segments_in_memory;
- }
- if (flag5->answer) {
- fprintf(stdout, _("Will need at least %.2f MB of disk space"), disk_mb);
- fprintf(stdout, "\n");
- fprintf(stdout, _("Will need at least %.2f MB of memory"), mem_mb);
- fprintf(stdout, "\n");
- fprintf(stdout, _("%d of %d segments are kept in memory"),
- segments_in_memory, nseg);
- fprintf(stdout, "\n");
- Rast_close(cost_fd);
- Rast_close(dtm_fd);
- exit(EXIT_SUCCESS);
- }
- G_verbose_message("--------------------------------------------");
- G_verbose_message(_("Will need at least %.2f MB of disk space"), disk_mb);
- G_verbose_message(_("Will need at least %.2f MB of memory"), mem_mb);
- G_verbose_message(_("%d of %d segments are kept in memory"),
- segments_in_memory, nseg);
- G_verbose_message("--------------------------------------------");
- /* Create segmented format files for cost layer and output layer */
- G_verbose_message(_("Creating some temporary files..."));
- if (Segment_open(&cost_seg, G_tempfile(), nrows, ncols, srows, scols,
- sizeof(struct cc), segments_in_memory) != 1)
- G_fatal_error(_("Can not create temporary file"));
- if (dir == 1) {
- if (Segment_open(&dir_seg, G_tempfile(), nrows, ncols, srows, scols,
- sizeof(FCELL), segments_in_memory) != 1)
- G_fatal_error(_("Can not create temporary file"));
- }
- /* Write the dtm and cost layers in the segmented file */
- G_message(_("Reading raster maps <%s> and <%s>, initializing output..."),
- G_fully_qualified_name(dtm_layer, dtm_mapset),
- G_fully_qualified_name(cost_layer, cost_mapset));
- /* read required maps cost and dtm */
- {
- int skip_nulls;
- double p_dtm, p_cost;
- Rast_set_d_null_value(&dnullval, 1);
- costs.cost_out = dnullval;
- total_cells = nrows * ncols;
- skip_nulls = Rast_is_d_null_value(&null_cost);
- dtm_dsize = Rast_cell_size(dtm_data_type);
- cost_dsize = Rast_cell_size(cost_data_type);
- dtm_cell = Rast_allocate_buf(dtm_data_type);
- cost_cell = Rast_allocate_buf(cost_data_type);
- p_dtm = 0.0;
- p_cost = 0.0;
- for (row = 0; row < nrows; row++) {
- G_percent(row, nrows, 2);
- Rast_get_row(dtm_fd, dtm_cell, row, dtm_data_type);
- Rast_get_row(cost_fd, cost_cell, row, cost_data_type);
- /* INPUT NULL VALUES: ??? */
- ptr1 = cost_cell;
- ptr2 = dtm_cell;
- for (col = 0; col < ncols; col++) {
- if (Rast_is_null_value(ptr1, cost_data_type)) {
- p_cost = null_cost;
- if (skip_nulls) {
- total_cells--;
- }
- }
- else {
- switch (cost_data_type) {
- case CELL_TYPE:
- p_cost = *(CELL *)ptr1;
- break;
- case FCELL_TYPE:
- p_cost = *(FCELL *)ptr1;
- break;
- case DCELL_TYPE:
- p_cost = *(DCELL *)ptr1;
- break;
- }
- }
- costs.cost_in = p_cost;
-
- if (Rast_is_null_value(ptr2, dtm_data_type)) {
- p_dtm = null_cost;
- if (skip_nulls && !Rast_is_null_value(ptr1, cost_data_type)) {
- total_cells--;
- }
- }
- else {
- switch (dtm_data_type) {
- case CELL_TYPE:
- p_dtm = *(CELL *)ptr2;
- break;
- case FCELL_TYPE:
- p_dtm = *(FCELL *)ptr2;
- break;
- case DCELL_TYPE:
- p_dtm = *(DCELL *)ptr2;
- break;
- }
- }
- costs.dtm = p_dtm;
- Segment_put(&cost_seg, &costs, row, col);
- ptr1 = G_incr_void_ptr(ptr1, cost_dsize);
- ptr2 = G_incr_void_ptr(ptr2, dtm_dsize);
- }
- }
- G_free(dtm_cell);
- G_free(cost_cell);
- G_percent(1, 1, 1);
- }
- if (dir == 1) {
- G_message(_("Initializing directional output..."));
- for (row = 0; row < nrows; row++) {
- G_percent(row, nrows, 2);
- for (col = 0; col < ncols; col++) {
- Segment_put(&dir_seg, &dnullval, row, col);
- }
- }
- G_percent(1, 1, 1);
- }
- /* Scan the existing cum_cost_layer searching for starting points.
- * Create a heap of starting points ordered by increasing costs.
- */
- init_heap();
- /* read vector with start points */
- if (opt7->answer) {
- struct Map_info In;
- struct line_pnts *Points;
- struct line_cats *Cats;
- struct bound_box box;
- struct start_pt *new_start_pt;
- int type, got_one = 0;
- Points = Vect_new_line_struct();
- Cats = Vect_new_cats_struct();
- Vect_set_open_level(1); /* topology not required */
- if (1 > Vect_open_old(&In, opt7->answer, ""))
- G_fatal_error(_("Unable to open vector map <%s>"), opt7->answer);
- G_message(_("Reading vector map <%s> with start points..."),
- Vect_get_full_name(&In));
-
- Vect_rewind(&In);
- Vect_region_box(&window, &box);
- while (1) {
- /* register line */
- type = Vect_read_next_line(&In, Points, Cats);
- /* Note: check for dead lines is not needed, because they are skipped by V1_read_next_line_nat() */
- if (type == -1) {
- G_warning(_("Unable to read vector map"));
- continue;
- }
- else if (type == -2) {
- break;
- }
- if (!Vect_point_in_box(Points->x[0], Points->y[0], 0, &box))
- continue;
- got_one = 1;
- col = (int)Rast_easting_to_col(Points->x[0], &window);
- row = (int)Rast_northing_to_row(Points->y[0], &window);
- new_start_pt =
- (struct start_pt *)(G_malloc(sizeof(struct start_pt)));
- new_start_pt->row = row;
- new_start_pt->col = col;
- new_start_pt->next = NULL;
- if (head_start_pt == NULL) {
- head_start_pt = new_start_pt;
- pres_start_pt = new_start_pt;
- new_start_pt->next = NULL;
- }
- else {
- pres_start_pt->next = new_start_pt;
- pres_start_pt = new_start_pt;
- }
- }
- Vect_close(&In);
- if (!got_one)
- G_fatal_error(_("No start points found in vector <%s>"), opt7->answer);
- }
- /* read vector with stop points */
- if (opt8->answer) {
- struct Map_info In;
- struct line_pnts *Points;
- struct line_cats *Cats;
- struct bound_box box;
- struct start_pt *new_start_pt;
- int type;
- G_message(_("Reading vector map <%s> with stop points..."), opt8->answer);
- Points = Vect_new_line_struct();
- Cats = Vect_new_cats_struct();
- Vect_set_open_level(1); /* topology not required */
- if (1 > Vect_open_old(&In, opt8->answer, ""))
- G_fatal_error(_("Unable to open vector map <%s>"), opt8->answer);
- Vect_rewind(&In);
- Vect_region_box(&window, &box);
- while (1) {
- /* register line */
- type = Vect_read_next_line(&In, Points, Cats);
- /* Note: check for dead lines is not needed, because they are skipped by V1_read_next_line_nat() */
- if (type == -1) {
- G_warning(_("Unable to read vector map"));
- continue;
- }
- else if (type == -2) {
- break;
- }
- if (!Vect_point_in_box(Points->x[0], Points->y[0], 0, &box))
- continue;
- have_stop_points = 1;
- col = (int)Rast_easting_to_col(Points->x[0], &window);
- row = (int)Rast_northing_to_row(Points->y[0], &window);
- new_start_pt =
- (struct start_pt *)(G_malloc(sizeof(struct start_pt)));
- new_start_pt->row = row;
- new_start_pt->col = col;
- new_start_pt->next = NULL;
- if (head_end_pt == NULL) {
- head_end_pt = new_start_pt;
- pres_stop_pt = new_start_pt;
- new_start_pt->next = NULL;
- }
- else {
- pres_stop_pt->next = new_start_pt;
- pres_stop_pt = new_start_pt;
- }
- }
- Vect_close(&In);
- if (!have_stop_points)
- G_fatal_error(_("No stop points found in vector <%s>"), opt8->answer);
- }
- /* read raster with start points */
- if (opt9->answer) {
- int dsize2;
- int fd;
- RASTER_MAP_TYPE data_type2;
- int got_one = 0;
- search_mapset = G_find_raster(opt9->answer, "");
- if (search_mapset == NULL)
- G_fatal_error(_("Raster map <%s> not found"), opt9->answer);
- fd = Rast_open_old(opt9->answer, "");
- data_type2 = Rast_get_map_type(fd);
- dsize2 = Rast_cell_size(data_type2);
- cell2 = Rast_allocate_buf(data_type2);
- if (!cell2)
- G_fatal_error(_("Unable to allocate memory"));
- G_message(_("Reading raster map <%s> with start points..."), opt9->answer);
- for (row = 0; row < nrows; row++) {
- G_percent(row, nrows, 2);
- Rast_get_row(fd, cell2, row, data_type2);
- ptr2 = cell2;
- for (col = 0; col < ncols; col++) {
- /* Did I understand that concept of cumulative cost map? - (pmx) 12 april 2000 */
- if (!Rast_is_null_value(ptr2, data_type2)) {
- double cellval;
- Segment_get(&cost_seg, &costs, row, col);
- if (start_with_raster_vals == 1) {
- cellval = Rast_get_d_value(ptr2, data_type2);
- insert(cellval, row, col);
- costs.cost_out = cellval;
- Segment_put(&cost_seg, &costs, row, col);
- }
- else {
- value = &zero;
- insert(zero, row, col);
- costs.cost_out = *value;
- Segment_put(&cost_seg, &costs, row, col);
- }
- got_one = 1;
- }
- ptr2 = G_incr_void_ptr(ptr2, dsize2);
- }
- }
- G_percent(1, 1, 1);
- Rast_close(fd);
- G_free(cell2);
- if (!got_one)
- G_fatal_error(_("No start points"));
- }
- /* If the starting points are given on the command line start a linked
- * list of cells ordered by increasing costs
- */
- if (head_start_pt) {
- struct start_pt *top_start_pt = NULL;
- top_start_pt = head_start_pt;
- while (top_start_pt != NULL) {
- value = &zero;
- if (top_start_pt->row < 0 || top_start_pt->row >= nrows
- || top_start_pt->col < 0 || top_start_pt->col >= ncols)
- G_fatal_error(_("Specified starting location outside database window"));
- insert(zero, top_start_pt->row, top_start_pt->col);
- Segment_get(&cost_seg, &costs, top_start_pt->row,
- top_start_pt->col);
- costs.cost_out = *value;
- Segment_put(&cost_seg, &costs, top_start_pt->row,
- top_start_pt->col);
- top_start_pt = top_start_pt->next;
- }
- }
- /* Loop through the heap and perform at each cell the following:
- * 1) If an adjacent cell has not already been assigned a value compute
- * the min cost and assign it.
- * 2) Insert the adjacent cell in the heap.
- * 3) Free the memory allocated to the present cell.
- */
- G_debug(1, "total cells: %ld", total_cells);
- G_debug(1, "nrows x ncols: %d", nrows * ncols);
- G_message(_("Finding cost path..."));
- n_processed = 0;
- pres_cell = get_lowest();
- while (pres_cell != NULL) {
- struct cost *ct;
- double N_dtm, NE_dtm, E_dtm, SE_dtm, S_dtm, SW_dtm, W_dtm, NW_dtm;
- double NNE_dtm, ENE_dtm, ESE_dtm, SSE_dtm, SSW_dtm, WSW_dtm, WNW_dtm,
- NNW_dtm;
- double N_cost, NE_cost, E_cost, SE_cost, S_cost, SW_cost, W_cost,
- NW_cost;
- double NNE_cost, ENE_cost, ESE_cost, SSE_cost, SSW_cost, WSW_cost,
- WNW_cost, NNW_cost;
- N_dtm = NE_dtm = E_dtm = SE_dtm = S_dtm = SW_dtm = W_dtm = NW_dtm = dnullval;
- NNE_dtm = ENE_dtm = ESE_dtm = SSE_dtm = SSW_dtm = WSW_dtm = WNW_dtm = NNW_dtm = dnullval;
- N_cost = NE_cost = E_cost = SE_cost = S_cost = SW_cost = W_cost = NW_cost = dnullval;
- NNE_cost = ENE_cost = ESE_cost = SSE_cost = SSW_cost = WSW_cost = WNW_cost = NNW_cost = dnullval;
- /* If we have surpassed the user specified maximum cost, then quit */
- if (maxcost && ((double)maxcost < pres_cell->min_cost))
- break;
- /* If I've already been updated, delete me */
- Segment_get(&cost_seg, &costs, pres_cell->row, pres_cell->col);
- old_min_cost = costs.cost_out;
- if (!Rast_is_d_null_value(&old_min_cost)) {
- if (pres_cell->min_cost > old_min_cost) {
- delete(pres_cell);
- pres_cell = get_lowest();
- continue;
- }
- }
- my_dtm = costs.dtm;
- if (Rast_is_d_null_value(&my_dtm)) {
- delete(pres_cell);
- pres_cell = get_lowest();
- continue;
- }
- my_cost = costs.cost_in;
- if (Rast_is_d_null_value(&my_cost)) {
- delete(pres_cell);
- pres_cell = get_lowest();
- continue;
- }
- row = pres_cell->row;
- col = pres_cell->col;
- G_percent(n_processed++, total_cells, 1);
- /* 9 10 Order in which neighbors
- * 13 5 3 6 14 are visited (Knight move).
- * 1 2
- * 16 8 4 7 15
- * 12 11
- */
- /* drainage directions in degrees CCW from East
- * drainage directions are set for each neighbor and must be
- * read as from neighbor to current cell
- *
- * X = neighbor:
- *
- * 112.5 67.5
- * 157.5 135 90 45 22.5
- * 180 X 360
- * 202.5 225 270 315 337.5
- * 247.5 292.5
- *
- * X = present cell, directions for neighbors:
- *
- * 292.5 247.5
- * 337.5 315 270 225 202.5
- * 360 X 180
- * 22.5 45 90 135 157.5
- * 67.5 112.5
- */
- for (neighbor = 1; neighbor <= total_reviewed; neighbor++) {
- switch (neighbor) {
- case 1:
- col = pres_cell->col - 1;
- cur_dir = 360.0;
- break;
- case 2:
- col = pres_cell->col + 1;
- cur_dir = 180.0;
- break;
- case 3:
- row = pres_cell->row - 1;
- col = pres_cell->col;
- cur_dir = 270.0;
- break;
- case 4:
- row = pres_cell->row + 1;
- cur_dir = 90.0;
- break;
- case 5:
- row = pres_cell->row - 1;
- col = pres_cell->col - 1;
- cur_dir = 315.0;
- break;
- case 6:
- col = pres_cell->col + 1;
- cur_dir = 225.0;
- break;
- case 7:
- row = pres_cell->row + 1;
- cur_dir = 135.0;
- break;
- case 8:
- col = pres_cell->col - 1;
- cur_dir = 45.0;
- break;
- case 9:
- row = pres_cell->row - 2;
- col = pres_cell->col - 1;
- cur_dir = 292.5;
- break;
- case 10:
- col = pres_cell->col + 1;
- cur_dir = 247.5;
- break;
- case 11:
- row = pres_cell->row + 2;
- cur_dir = 112.5;
- break;
- case 12:
- col = pres_cell->col - 1;
- cur_dir = 67.5;
- break;
- case 13:
- row = pres_cell->row - 1;
- col = pres_cell->col - 2;
- cur_dir = 337.5;
- break;
- case 14:
- col = pres_cell->col + 2;
- cur_dir = 202.5;
- break;
- case 15:
- row = pres_cell->row + 1;
- cur_dir = 157.5;
- break;
- case 16:
- col = pres_cell->col - 2;
- cur_dir = 22.5;
- break;
- }
- if (row < 0 || row >= nrows)
- continue;
- if (col < 0 || col >= ncols)
- continue;
- min_cost = dnullval;
- Segment_get(&cost_seg, &costs, row, col);
- switch (neighbor) {
- case 1:
- W_dtm = costs.dtm;
- W_cost = costs.cost_in;
- if (Rast_is_d_null_value(&W_cost))
- continue;
- check_dtm = (W_dtm - my_dtm) / EW_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(W_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(W_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(W_dtm - my_dtm) * c;
- fcost_cost = (double)(W_cost + my_cost) / 2.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (EW_fac * a) +
- lambda * fcost_cost * EW_fac;
- break;
- case 2:
- E_dtm = costs.dtm;
- E_cost = costs.cost_in;
- if (Rast_is_d_null_value(&E_cost))
- continue;
- check_dtm = (E_dtm - my_dtm) / EW_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(E_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(E_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(E_dtm - my_dtm) * c;
- fcost_cost = (double)(E_cost + my_cost) / 2.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (EW_fac * a) +
- lambda * fcost_cost * EW_fac;
- break;
- case 3:
- N_dtm = costs.dtm;
- N_cost = costs.cost_in;
- if (Rast_is_d_null_value(&N_cost))
- continue;
- check_dtm = (N_dtm - my_dtm) / NS_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(N_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(N_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(N_dtm - my_dtm) * c;
- fcost_cost = (double)(N_cost + my_cost) / 2.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (NS_fac * a) +
- lambda * fcost_cost * NS_fac;
- break;
- case 4:
- S_dtm = costs.dtm;
- S_cost = costs.cost_in;
- if (Rast_is_d_null_value(&S_cost))
- continue;
- check_dtm = (S_dtm - my_dtm) / NS_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(S_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(S_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(S_dtm - my_dtm) * c;
- fcost_cost = (double)(S_cost + my_cost) / 2.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (NS_fac * a) +
- lambda * fcost_cost * NS_fac;
- break;
- case 5:
- NW_dtm = costs.dtm;
- NW_cost = costs.cost_in;
- if (Rast_is_d_null_value(&NW_cost))
- continue;
- check_dtm = (NW_dtm - my_dtm) / DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(NW_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(NW_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(NW_dtm - my_dtm) * c;
- fcost_cost = (double)(NW_cost + my_cost) / 2.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (DIAG_fac * a) +
- lambda * fcost_cost * DIAG_fac;
- break;
- case 6:
- NE_dtm = costs.dtm;
- NE_cost = costs.cost_in;
- if (Rast_is_d_null_value(&NE_cost))
- continue;
- check_dtm = (NE_dtm - my_dtm) / DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(NE_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(NE_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(NE_dtm - my_dtm) * c;
- fcost_cost = (double)(NE_cost + my_cost) / 2.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (DIAG_fac * a) +
- lambda * fcost_cost * DIAG_fac;
- break;
- case 7:
- SE_dtm = costs.dtm;
- SE_cost = costs.cost_in;
- if (Rast_is_d_null_value(&SE_cost))
- continue;
- check_dtm = (SE_dtm - my_dtm) / DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(SE_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(SE_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(SE_dtm - my_dtm) * c;
- fcost_cost = (double)(SE_cost + my_cost) / 2.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (DIAG_fac * a) +
- lambda * fcost_cost * DIAG_fac;
- break;
- case 8:
- SW_dtm = costs.dtm;
- SW_cost = costs.cost_in;
- if (Rast_is_d_null_value(&SW_cost))
- continue;
- check_dtm = (SW_dtm - my_dtm) / DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(SW_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(SW_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(SW_dtm - my_dtm) * c;
- fcost_cost = (double)(SW_cost + my_cost) / 2.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (DIAG_fac * a) +
- lambda * fcost_cost * DIAG_fac;
- break;
- case 9:
- NNW_dtm = costs.dtm;
- NNW_cost = costs.cost_in;
- if (Rast_is_d_null_value(&NNW_cost))
- continue;
- check_dtm = (NNW_dtm - my_dtm) / V_DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(NNW_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(NNW_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(NNW_dtm - my_dtm) * c;
- fcost_cost =
- (double)(N_cost + NW_cost + NNW_cost + my_cost) / 4.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (V_DIAG_fac * a) +
- lambda * fcost_cost * V_DIAG_fac;
- break;
- case 10:
- NNE_dtm = costs.dtm;
- NNE_cost = costs.cost_in;
- if (Rast_is_d_null_value(&NNE_cost))
- continue;
- check_dtm = ((NNE_dtm - my_dtm) / V_DIAG_fac);
- if (check_dtm >= 0)
- fcost_dtm = (double)(NNE_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(NNE_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(NNE_dtm - my_dtm) * c;
- fcost_cost =
- (double)(N_cost + NE_cost + NNE_cost + my_cost) / 4.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (V_DIAG_fac * a) +
- lambda * fcost_cost * V_DIAG_fac;
- break;
- case 11:
- SSE_dtm = costs.dtm;
- SSE_cost = costs.cost_in;
- if (Rast_is_d_null_value(&SSE_cost))
- continue;
- check_dtm = (SSE_dtm - my_dtm) / V_DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(SSE_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(SSE_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(SSE_dtm - my_dtm) * c;
- fcost_cost =
- (double)(S_cost + SE_cost + SSE_cost + my_cost) / 4.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (V_DIAG_fac * a) +
- lambda * fcost_cost * V_DIAG_fac;
- break;
- case 12:
- SSW_dtm = costs.dtm;
- SSW_cost = costs.cost_in;
- if (Rast_is_d_null_value(&SSW_cost))
- continue;
- check_dtm = (SSW_dtm - my_dtm) / V_DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(SSW_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(SSW_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(SSW_dtm - my_dtm) * c;
- fcost_cost =
- (double)(S_cost + SW_cost + SSW_cost + my_cost) / 4.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (V_DIAG_fac * a) +
- lambda * fcost_cost * V_DIAG_fac;
- break;
- case 13:
- WNW_dtm = costs.dtm;
- WNW_cost = costs.cost_in;
- if (Rast_is_d_null_value(&WNW_cost))
- continue;
- check_dtm = (WNW_dtm - my_dtm) / H_DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(WNW_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(WNW_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(WNW_dtm - my_dtm) * c;
- fcost_cost =
- (double)(W_cost + NW_cost + WNW_cost + my_cost) / 4.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (H_DIAG_fac * a) +
- lambda * fcost_cost * H_DIAG_fac;
- break;
- case 14:
- ENE_dtm = costs.dtm;
- ENE_cost = costs.cost_in;
- if (Rast_is_d_null_value(&ENE_cost))
- continue;
- check_dtm = (ENE_dtm - my_dtm) / H_DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(ENE_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(ENE_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(ENE_dtm - my_dtm) * c;
- fcost_cost =
- (double)(E_cost + NE_cost + ENE_cost + my_cost) / 4.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (H_DIAG_fac * a) +
- lambda * fcost_cost * H_DIAG_fac;
- break;
- case 15:
- ESE_dtm = costs.dtm;
- ESE_cost = costs.cost_in;
- if (Rast_is_d_null_value(&ESE_cost))
- continue;
- check_dtm = (ESE_dtm - my_dtm) / H_DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(ESE_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(ESE_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(ESE_dtm - my_dtm) * c;
- fcost_cost =
- (double)(E_cost + SE_cost + ESE_cost + my_cost) / 4.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (H_DIAG_fac * a) +
- lambda * fcost_cost * H_DIAG_fac;
- break;
- case 16:
- WSW_dtm = costs.dtm;
- WSW_cost = costs.cost_in;
- if (Rast_is_d_null_value(&WSW_cost))
- continue;
- check_dtm = (WSW_dtm - my_dtm) / H_DIAG_fac;
- if (check_dtm >= 0)
- fcost_dtm = (double)(WSW_dtm - my_dtm) * b;
- else if (check_dtm < (slope_factor))
- fcost_dtm = (double)(WSW_dtm - my_dtm) * d;
- else
- fcost_dtm = (double)(WSW_dtm - my_dtm) * c;
- fcost_cost =
- (double)(W_cost + SW_cost + WSW_cost + my_cost) / 4.0;
- min_cost =
- pres_cell->min_cost + fcost_dtm + (H_DIAG_fac * a) +
- lambda * fcost_cost * H_DIAG_fac;
- break;
- }
- if (Rast_is_d_null_value(&min_cost))
- continue;
- Segment_get(&cost_seg, &costs, row, col);
- old_min_cost = costs.cost_out;
- /* add to list */
- if (Rast_is_d_null_value(&old_min_cost)) {
- costs.cost_out = min_cost;
- Segment_put(&cost_seg, &costs, row, col);
- insert(min_cost, row, col);
- if (dir == 1) {
- Segment_put(&dir_seg, &cur_dir, row, col);
- }
- }
- /* update with lower costs */
- else if (old_min_cost > min_cost) {
- costs.cost_out = min_cost;
- Segment_put(&cost_seg, &costs, row, col);
- insert(min_cost, row, col);
- if (dir == 1) {
- Segment_put(&dir_seg, &cur_dir, row, col);
- }
- }
- }
- if (have_stop_points && time_to_stop(pres_cell->row, pres_cell->col))
- break;
- ct = pres_cell;
- delete(pres_cell);
- pres_cell = get_lowest();
- if (ct == pres_cell)
- G_warning(_("Error, ct == pres_cell"));
- }
- G_percent(1, 1, 1);
- /* free heap */
- free_heap();
-
- /* Open cumulative cost layer for writing */
- cum_fd = Rast_open_new(cum_cost_layer, cum_data_type);
- cum_cell = Rast_allocate_buf(cum_data_type);
- /* Copy segmented map to output map */
- G_message(_("Writing output raster map <%s>... "), cum_cost_layer);
- cell2 = Rast_allocate_buf(dtm_data_type);
- {
- void *p;
- void *p2;
- int cum_dsize = Rast_cell_size(cum_data_type);
- Rast_set_null_value(cell2, ncols, dtm_data_type);
- for (row = 0; row < nrows; row++) {
- G_percent(row, nrows, 2);
- if (keep_nulls)
- Rast_get_row(dtm_fd, cell2, row, dtm_data_type);
- p = cum_cell;
- p2 = cell2;
- for (col = 0; col < ncols; col++) {
- if (keep_nulls) {
- if (Rast_is_null_value(p2, dtm_data_type)) {
- Rast_set_null_value(p, 1, cum_data_type);
- p = G_incr_void_ptr(p, cum_dsize);
- p2 = G_incr_void_ptr(p2, dtm_dsize);
- continue;
- }
- }
- Segment_get(&cost_seg, &costs, row, col);
- min_cost = costs.cost_out;
- if (Rast_is_d_null_value(&min_cost)) {
- Rast_set_null_value((p), 1, cum_data_type);
- }
- else {
- if (min_cost > peak)
- peak = min_cost;
- switch (cum_data_type) {
- case CELL_TYPE:
- *(CELL *)p = (CELL)(min_cost + .5);
- break;
- case FCELL_TYPE:
- *(FCELL *)p = (FCELL)(min_cost);
- break;
- case DCELL_TYPE:
- *(DCELL *)p = (DCELL)(min_cost);
- break;
- }
- }
- p = G_incr_void_ptr(p, cum_dsize);
- p2 = G_incr_void_ptr(p2, dtm_dsize);
- }
- Rast_put_row(cum_fd, cum_cell, cum_data_type);
- }
- G_percent(1, 1, 1);
- G_free(cum_cell);
- G_free(cell2);
- }
- if (dir == 1) {
- void *p;
- size_t dir_size = Rast_cell_size(dir_data_type);
- dir_fd = Rast_open_new(move_dir_layer, dir_data_type);
- dir_cell = Rast_allocate_buf(dir_data_type);
- G_message(_("Writing output movement direction raster map <%s>..."), move_dir_layer);
- for (row = 0; row < nrows; row++) {
- p = dir_cell;
- for (col = 0; col < ncols; col++) {
- Segment_get(&dir_seg, &cur_dir, row, col);
- *((FCELL *) p) = cur_dir;
- p = G_incr_void_ptr(p, dir_size);
- }
- Rast_put_row(dir_fd, dir_cell, dir_data_type);
- G_percent(row, nrows, 2);
- }
- G_percent(1, 1, 1);
- G_free(dir_cell);
- }
- Segment_close(&cost_seg); /* release memory */
- if (dir == 1)
- Segment_close(&dir_seg);
- Rast_close(dtm_fd);
- Rast_close(cost_fd);
- Rast_close(cum_fd);
- if (dir == 1)
- Rast_close(dir_fd);
- /* writing history file */
- Rast_short_history(cum_cost_layer, "raster", &history);
- Rast_command_history(&history);
- Rast_write_history(cum_cost_layer, &history);
- if (dir == 1) {
- Rast_short_history(move_dir_layer, "raster", &history);
- Rast_command_history(&history);
- Rast_write_history(move_dir_layer, &history);
- }
- /* Create colours for output map */
- /*
- * Rast_read_range (cum_cost_layer, "", &range);
- * Rast_get_range_min_max(&range, &min, &max);
- * G_make_color_wave(&colors,min, max);
- * Rast_write_colors (cum_cost_layer,"",&colors);
- */
- G_done_msg(_("Peak cost value: %g"), peak);
- exit(EXIT_SUCCESS);
- }
- int
- process_answers(char **answers, struct start_pt **points,
- struct start_pt **top_start_pt)
- {
- int col, row;
- double east, north;
- struct start_pt *new_start_pt;
- int got_one = 0;
- *points = NULL;
- if (!answers)
- return (0);
- for (; *answers != NULL; answers += 2) {
- if (!G_scan_easting(*answers, &east, G_projection()))
- G_fatal_error(_("Illegal x coordinate <%s>"), *answers);
- if (!G_scan_northing(*(answers + 1), &north, G_projection()))
- G_fatal_error(_("Illegal y coordinate <%s>"), *(answers + 1));
- if (east < window.west || east > window.east ||
- north < window.south || north > window.north) {
- G_warning(_("Warning, ignoring point outside window: %g, %g"),
- east, north);
- continue;
- }
- else
- got_one = 1;
- row = (window.north - north) / window.ns_res;
- col = (east - window.west) / window.ew_res;
- new_start_pt = (struct start_pt *)(G_malloc(sizeof(struct start_pt)));
- new_start_pt->row = row;
- new_start_pt->col = col;
- new_start_pt->next = NULL;
- if (*points == NULL) {
- *points = new_start_pt;
- *top_start_pt = new_start_pt;
- new_start_pt->next = NULL;
- }
- else {
- (*top_start_pt)->next = new_start_pt;
- *top_start_pt = new_start_pt;
- }
- }
- return (got_one);
- }
- int time_to_stop(int row, int col)
- {
- static int total = 0;
- static int hits = 0;
- struct start_pt *points;
- if (total == 0) {
- for (points = head_end_pt;
- points != NULL; points = points->next, total++) ;
- }
- for (points = head_end_pt; points != NULL; points = points->next)
- if (points->row == row && points->col == col) {
- hits++;
- if (hits == total)
- return (1);
- }
- return (0);
- }
|