%! % Canal Directory list nov 2017 % ============================================================== % Copyright c 2017 by Don Lancaster & Synergetics, Box 809, Thatcher, AZ, 85552 % (928) 428-4073 Email: don@tinaja.com Website: http://www.tinaja.com % Consulting services available http://www.tinaja.com/info01.html % Linking welcome. Reposting expressly forbidden. % All commercial rights and all electronic media rights ~fully~ reserved. % Linking usually welcome. Reposting expressly forbidden. Version 1.1 % This is a shortened demo of http://www.tinaja.com/canal/newhang3.pdf and % http://www.tinaja.com/canal/newhang3.psl rewritten from the ground up with % better documentation. By using a /F trailer on Acrobat XI Distiller as % noted below, reads and writes can be restored. This allows expanded click-thru % images to be auto executed from within a .psl file internal to Distiller. % Other benefits include auto positioning and tracking of the and slightly % improved image resolution % Be sure embedded fonts are properly set! You will also need an image copy of % http://www.tinaja.com/canal/images/robinson_map1.jpg moved to an % appropriate directory on your pc as noted below. % This pre Distills both automatic urls AND jpeg image clickthru conversion! % nav buttons are built in via pdfmark See source code below. %%%%%%%%% % This comment is a reminder that Distiller needs an //acrodist.exe /F to use disk files %%%%%%%%% % Define and alter your full gonzo.ps path reminder here It might be % C:/Users/don/Desktop/Dist-FR/gonzo.ps % Preplace gonzo.ps from http://www.tinaja.com/post01.shtml#gonzo to above directory % Make sure there are no previously active instances of distiller. % Then run distiller ONLY from % //acrodist.exe /F run % Then drag and drop this file into Distiller. %%%%%%%%% % Set Directory Headers %%%%%%%% % /gonzodirectory (C:/Users/Don/Desktop/Ghost/gonzo.psl) run % use internal ) store % dbl rvse slashes for ps /imagelocaldirectory (C:/Users/don/Desktop/canal/images/) store % sin fwd slashes for win /imageremotedirectory (http://www.tinaja.com/canal/images/) store % sin fwd slashes for chrome % mergestr merges the two top stack strings into one top stack string /mergestr {2 copy length exch length add string dup dup 4 3 roll 4 index length exch putinterval 3 1 roll exch 0 exch putinterval} def %%%%%%%%% % This code activates gonzo utilities for this document %%%%%%%%% % Required preload of gonzo.ps and adjusted for your machine per above. % gonzodirectory (gonzo.ps) mergestr run % double reverse slashes in PS! (C:/Users/Don/Desktop/Ghost/gonzo.psl) run /guru { gonzo begin ps.util.1 begin printerror nuisance begin} def guru % activate gonzo utilities %%%%%%%%%% % This code locks pdfmark commands out of a PostScript printer. %%%%%%%%%% /pdfmark where {pop}{userdict /pdfmark /cleartomark load put} ifelse %%%%%%%%%% % This code changes the page size to smaller %%%%%%%%%% [/CropBox [0 0 520 620] % set the weird size in points X Y. /PAGES pdfmark %%%%%%%%%% % This code is needed for the automatic url placer %%%%%%%%%% % Requires a defined name for the url below % Activate with text text |/surl urlname |/eurl text text % /surl "start url" marks the beginning of a text sequence to be urled. % It also paints the text blue... /surl {mark /blue cvx 0.33 /setgray cvx % change text to blue /currentpoint cvx % remember box start /urly /exch cvx /store cvx /urlx /exch cvx /store cvx ] cvx % complete deferred command printlist exch 3 index exch put % stuff into gonzo printlist exch 1 add exch % increment gonzo list count } def % /eurl "end url" unmarks the end of a text sequence and sets up % the pdfmark needed to define the Acrobat web link. /eurl {mark % start deferred proc exch % position url string % /black cvx 0 /setgray cvx % turn blue marker off % maintextcolor /setrgbcolor cvx % reset to main text color??? /aqua cvx /black cvx /makeurl cvx % defer call of url builder ] cvx % complete deferred proc printlist exch 3 index exch % stuff into gonzo printlist put exch 1 add exch % increment gonzo list count } def % /makeurl generates the pdfmark, receiving a {(urlstring) makeurl}. % Note that it is not called until formatted printlist time... /urlover 0.2 def % fraction of hot area over bounds /makeurl { /cururlname exch store % save the url string mark % start pdfmark currentfont /ScaleMatrix get 3 get /fsize exch store % guess height /Rect [ urlx fsize urlover mul sub % set box left x urly fsize urlover mul sub % set box left y currentpoint exch fsize urlover mul add exch fsize add ] /Border [ 0 0 0] % [0 0 0 ] = none; [0 0 2] = debug /Color [ .7 0 0 ] /Action <> /Subtype /Link /ANN % annotation type pdfmark % call pdf operators } def % /makeurlx generates the box specific pdfmark, receiving % a {(urlstring) makeurl}. % Note that it is not called until formatted printlist time... /makeurlx { /cururlnamex exch store % save the url string mark % start pdfmark /Rect [ xpos % set box left x ypos 0.9 sub % set box left y xpos 2.8 add % box right x ypos 0.9 sub 2.8 add % box right y ] /Border [ 0 0 0] % [0 0 0 ] = none; [0 0 2] = debug /Color [ .7 0 0 ] /Action <> /Subtype /Link /ANN % annotation type pdfmark % call pdf operators } def %%%%%%%%%%% % This code inserts color effects mid line %%%%%%%%%% %%%%%%%%%%%%%% COMPACT VERSION OF COLORIZER II %%%%%%%%%%%%%%%%%%%%%% /settint {dup /currenttint exch store 5.999 mul dup floor cvi /&cbar exch store dup floor sub /&cwt exch store [ {/setgray [ /dup cvx 0.3 &cwt 0.59 mul add /ge cvx [1 /exch cvx &cwt 0.59 mul 0.30 add /sub cvx 1 &cwt sub 0.59 mul 0.11 add /div cvx /dup cvx 1 &cwt sub /mul cvx &cwt /add cvx /exch cvx ] cvx [ &cwt 0.59 mul 0.3 add /div cvx /dup cvx &cwt /mul cvx 0] cvx /ifelse cvx /setrgbcolor cvx] cvx /def cvx} {/setgray [/dup cvx 0.59 1 &cwt sub 0.3 mul add /ge cvx [1 &cwt sub 0.3 mul 0.59 add /sub cvx &cwt 0.3 mul 0.11 add /div cvx /dup cvx &cwt /mul cvx 1 &cwt sub /add cvx /exch cvx 1 /exch cvx] cvx [1 &cwt sub 0.3 mul 0.59 add /div cvx /dup cvx 1 &cwt sub /mul cvx /exch cvx 0] cvx /ifelse cvx /setrgbcolor cvx] cvx /def cvx} {/setgray [/dup cvx 0.59 &cwt 0.11 mul add /ge cvx [&cwt 0.11 mul 0.59 add /sub cvx 1 &cwt sub 0.11 mul 0.30 add /div cvx /dup cvx 1 &cwt sub /mul cvx &cwt /add cvx 1 /exch cvx] cvx [0 /exch cvx &cwt 0.11 mul 0.59 add /div cvx /dup cvx &cwt /mul cvx] cvx /ifelse cvx /setrgbcolor cvx] cvx /def cvx} {/setgray [/dup cvx 0.59 1 &cwt sub mul 0.11 add /ge cvx [1 &cwt sub 0.59 mul 0.11 add /sub cvx &cwt 0.59 mul 0.30 add /div cvx /dup cvx &cwt /mul cvx 1 &cwt sub /add cvx 1] cvx [0 /exch cvx 1 &cwt sub 0.59 mul 0.11 add /div cvx /dup cvx 1 &cwt sub /mul cvx /exch cvx] cvx /ifelse cvx /setrgbcolor cvx] cvx /def cvx} {/setgray [/dup cvx 0.11 &cwt 0.30 mul add /ge cvx[&cwt 0.30 mul 0.11 add /sub cvx 1 &cwt sub 0.30 mul 0.59 add /div cvx /dup cvx 1 &cwt sub /mul cvx &cwt /add cvx /exch cvx 1] cvx [ &cwt 0.30 mul 0.11 add /div cvx /dup cvx &cwt /mul cvx /exch cvx 0 /exch cvx ] cvx /ifelse cvx /setrgbcolor cvx ] cvx /def cvx} {/setgray [ /dup cvx 0.30 1 &cwt sub 0.11 mul add /ge cvx[ 1 /exch cvx 1 &cwt sub 0.11 mul 0.30 add /sub cvx &cwt 0.11 mul 0.59 add /div cvx /dup cvx &cwt /mul cvx 1 &cwt sub /add cvx ] cvx [ 1 &cwt sub 0.11 mul 0.30 add /div cvx /dup cvx 1 &cwt sub /mul cvx 0 /exch cvx] cvx /ifelse cvx /setrgbcolor cvx ] cvx /def cvx} ] &cbar get exec exec} bind def /beige {0.11 settint} def % examples of convenience operators /aqua {0.52 settint} def /blue {0.67 settint} def /lime {0.44 settint} def %%%%%%%%%%% % This code converts a .JPG image into a PS image %%%%%%%%%%% /jpegimageprocwithlink { % hoffset voffset hres vres urlfrom urlto save /snap2 exch def /inurllink exch store % grab link filename /infilename exch store % grab passed pix file /photoscale exch store /vpixels exch store /hpixels exch store % (\nvpixels = )print vpixels == % (\nhpixels = )print hpixels == % (\photoscale = ) print photoscale == % (\ninurllink = ) print inurllink == % (\ninfilemane = ) print infilename == translate % adjust position for final figure ??? inurllink setareaurl % autolink sizing /DeviceRGB setcolorspace % pick color model 0 0 translate % set page position hpixels vpixels scale % magnify unit square photoscale dup scale /infile infilename (r) file def % establish input read file /Data {infile /DCTDecode filter} def % define a data source << % start image dicationary /ImageType 1 % always one /Width hpixels % JPEG width in pixels /Height vpixels % JPEG height in pixels /ImageMatrix [hpixels 0 0 vpixels neg 0 vpixels ] /DataSource Data % proc to get filtered JPEG /BitsPerComponent 8 % color resolution /Decode [0 1 0 1 0 1] % per red book 4.10 >> image % call the image operator ypos snap2 restore /ypos exch def } def /setareaurl { % for auto include routine /cururlname exch store mark % start pdfmark /Rect [ 0 0 hpixels photoscale mul vpixels photoscale mul ] /Border [ 0 0 0] % [0 0 0 ] = none; [0 0 2] = debug /Color [ .7 0 0 ] /Action <> /Subtype /Link /ANN % annotation type pdfmark % call pdf operators } def %%%%%%%%%%% % This code inserts a PS figure proc into a fixed location %%%%%%%%%%% %%%%%%%%%%% % This code autopositions a PS figure proc %%%%%%%%%%% %%%%%%%%%%% % This image code for sequential pages %%%%%%%%%%% /startnewpage { black beige 0.35 setgray 21 -2.5 (|3\320|j|j) ggnum 40 string cvs mergestr (|j |j) mergestr pagenum 10 string cvs mergestr (|j|j\320) mergestr cc aqua showpage %% start next page /pagenum pagenum 1 add store 50 50 10 setgrid % create grid setpagefonts font1 textleft texttop } def %%%%%%%%%%% % These code snippets do various things %%%%%%%%%%% /tinton1 {mark 0.33 /setgray cvx] cvx printlist exch 3 index exch put exch 1 add exch} def /tintoff {mark 0 /setgray cvx] cvx printlist exch 3 index exch put exch 1 add exch} def /to {tinton1 aqua font6} store /tx {tintoff black font1} store /su {surl} store /webtintmat [ 0 1 5 {/a exch store 0 1 5 % webtint color array {/b exch store 0 1 5 {5 div b 5 div a 5 div} for }for } for ] def /setwebtint { abs cvi 216 cvi mod webtintmat % set 215 colors exch 3 mul 3 getinterval aload pop setrgbcolor} def /makered { mark 5 /setwebtint cvx ] cvx printlist exch 3 index exch put exch 1 add exch } store /makeblack { mark 0 /setwebtint cvx ] cvx printlist exch 3 index exch put exch 1 add exch } store %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%% document specific resources start here %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%% % define url's to be generated ... ---> zzzzz <---- search marker %%%%%%%%% << %%% these have been redefined below all should now be 1fn or higher rather than fn1. /gilariver (https://en.wikipedia.org/wiki/Gila_River) /discoveryfn1 (http://www.tinaja.com/canal/field_notes/discoveryfn1.pdf) /ownership (http://gis.azland.gov/webapps/parcel/?loc=-109.7461,32.8033,12&layers=2,1,0) /goatfn1 (http://www.tinaja.com/canal/field_notes/goatfn1.pdf) /ledfordfn1 (http://www.tinaja.com/canal/field_notes/ledfordfn1.pdf) /marijildafn1 (http://www.tinaja.com/canal/field_notes/marijildafn1.pdf) /roperfn1 (http://www.tinaja.com/canal/field_notes/roperfn1.pdf) /kmlx (http://www.tinaja.com/canal/mapimage2.kml) /tbwestfn1 (http://www.tinaja.com/canal/field_notes/tbwestn1.pdf) /lowerfryeconstructfn1 (http://www.tinaja.com/canal/field_notes/lowerfryeconstructfn1.pdf) /deadmanfn1 (http://www.tinaja.com/canal/field_notes/deadmanfn1.pdf) /sandcanalfn1 (http://www.tinaja.com/canal/field_notes/sandcanalfn1.pdf) /fryecomplexfn1 (http://www.tinaja.com/canal/field_notes/fryecomplexfn1.pdf) /bluepondsfn1 (http://www.tinaja.com/canal/field_notes/bluepondsfn1.pdf) /hsfn1 (http://www.tinaja.com/canal/field_notes/hsfn1.pdf) /robinsonfn1 (http://www.tinaja.com/canal/field_notes/robinsonfn1.pdf) /allenfn1 (http://www.tinaja.com/canal/field_notes/allenfn1.pdf) /riggsmesafn1 (http://www.tinaja.com/canal/field_notes/riggsmesafn1.pdf) /golfcoursefn1 (http://www.tinaja.com/canal/field_notes/golfcoursefn1.pdf) /longviewfn1 (http://www.tinaja.com/canal/field_notes/longviewfn1.pdf) /freemanfn1 (http://www.tinaja.com/canal/field_notes/freemanfn1.pdf) /tranquilityfn1 (http://www.tinaja.com/canal/field_notes/tranquilityn1.pdf) /marijildafn1 (http://www.tinaja.com/canal/field_notes/marijildafn1.pdf) /allendamfail (http://www.tinaja.com/glib/allendam.pdf) /acme (http://www.mapper.acme.com/) /googleearth (https://www.google.com/earth/) /tranquility (http://www.azhotmineralspring.com/) /cottonclouds (http://www.cottonclouds.com/index.asp) /tbeastfn1 (http://www.tinaja.com/canal/field_notes/tbeastfn1.pdf) /mudspringsfn1 (http://www.tinaja.com/canal/field_notes/mudspringsfn1.pdf) /ockham (https://en.wikipedia.org/wiki/Occam%27s_razor) /blm (https://www.blm.gov/office/safford-field-office) /azstateland (https://land.az.gov) /anasazai (https://en.wikipedia.org/wiki/Ancient_Pueblo_peoples) /aqueduct (https://en.wikipedia.org/wiki/Aqueduct_(water_supply)) /AZrepublic (http://www.azcentral.com/news/articles/20130223arizona-hanging-canal-mystery.html) /bajada (https://en.wikipedia.org/wiki/Bajada_(geography)) /cnf (http://www.fs.usda.gov/coronado/) /association (https://en.wikipedia.org/wiki/Archaeological_association) /ccc (https://en.wikipedia.org/wiki/Civilian_Conservation_Corps) /glyphspair (http://www.tinaja.com/canal/cansum1.pdf) /grids (http://www.uapress.arizona.edu/Books/bid1582.htm) /gurgrm01 (http://www.tinaja.com/gurgrm01.shtml) /hohokam (https://en.wikipedia.org/wiki/Hohokam) /hunt (http://www.jstor.org/discover/10.2307/40035308?uid=3739552&uid=2&uid=4&uid=3739256&sid=21103435122901) /joanna (www.azcentral.com/opinions/articles/20130226editorial-admiring-our-forebears.html) /lefthand (http://www.tinaja.com/glib/lefthand.pdf) /maildon (mailto:don@tinaja.com) /mailneely (mailto:neelyja@utexas.edu) /mimbres (https://en.wikipedia.org/wiki/Mimbres_culture#Mimbres_culture) /mongollon (https://en.wikipedia.org/wiki/Mogollon_culture) /murphy (http://www.tinaja.com/glib/neely1.pdf) /newhang3 (http://www.tinaja.com/canal/newhang3.pdf) /tinsamp1 (http://www.tinaja.com/tinsamp1.shtml) /newhangshow3 (http://www.tinaja.com/canal/newhangshow3.pdf) /pinalino (https://en.wikipedia.org/wiki/Pinale%C3%B1o_Mountains) /prebajada (http://www.tinaja.com/glib/prebajada.pdf) /safford (https://en.wikipedia.org/wiki/Safford,_Arizona) /salado (https://en.wikipedia.org/wiki/Salado_culture) /scs (https://en.wikipedia.org/wiki/Natural_Resources_Conservation_Service) /stratigraphy (https://en.wikipedia.org/wiki/Stratigraphy) /tinaja (http://www.tinaja.com) /usatoday (http://www.usatoday.com/story/news/nation/2013/02/24/hanging-canals-whet-appetite-for-ancient-history/1941797) /waterlevel (http://en.wikipedia.org/wiki/Water_level) /whtnu15 (http://www.tinaja.com/whtnu15.shtml) /whtnu17 (http://www.tinaja.com/whtnu17.shtml) >> {mark exch /eurl cvx ] cvx def} forall %%%%%%%%%% % define fonts and main document gonzo params %%%%%%%%%% /setpagefonts { /cstretch 0.015 def /sstretch 0.015 def /font0 /StoneSans-Bold 1.6 gonzofont /font1 /StoneSans 0.95 gonzofont /font2 /StoneSans [0.95 0 0.25 0.95 0 0 ] gonzofont /font4 /StoneSans 0.85 gonzofont /font3 /StoneSans-Bold 0.85 gonzofont /font6 /StoneSans-Bold 0.85 gonzofont /font7 /StoneSans-Bold 1.05 gonzofont % subheaders /font8 /StoneSans-Bold [0.65 0 0 0.65 0 0.4] gonzofont /font9 /StoneSans-Bold 1.05 gonzofont /txtwide 36 store /yinc 1.2 store /kern 0.1 store /texttop 51 store /textleft 3 store /amacro {(zy0) stringmacro /ypos ypos ypara add def} def % start drop cap /bmacro {(iFy1) stringmacro /ypos ypos ypara add def} def % finish drop cap } store /nogrid {true} store /ggnum (Bajada Canal Directory) store % header for pagenumber /pagenum 1 def % initial pagenumber %%%%%%%%%%%%%% % Image common code for sequential pages %%%%%%%%%%%%%% /imagecommoncode { /font6 /StoneSans [2.4 0 0 2.8 0 0 ] gonzofont /font7 /StoneSans 1.2 gonzofont /green { 0 0.4 0 setrgbcolor} store /black { 0 0 0 setrgbcolor } store % text image link [ /Rect [2.0 42.2 39 44.2] /Action << /Subtype /URI /URI imageurl >> /Border [0 0 0] /Color [1 1 1] /Subtype /Link /ANN pdfmark % gps image link [ /Rect [2.0 40.1 39 42.1] /Action << /Subtype /URI /URI acmegpsurl >> /Border [0 0 0] /Color [1 1 1] /Subtype /Link /ANN pdfmark % image image link [ /Rect [2 13.7 39 38.6] /Action << /Subtype /URI /URI imageurl >> /Border [0 0 0] /Color [1 1 1] /Subtype /Link /ANN pdfmark /blue {0 0 1 setrgbcolor} store % not sure why these are needed here /setblue {mark 0 0 1 /setrgbcolor cvx ] cvx printlist exch 3 index exch put exch 1 add exch} store /setblack {mark 0 0 0 /setrgbcolor cvx ] cvx printlist exch 3 index exch put exch 1 add exch} store 0 47.5 (|6|/green ) imagename mergestr cl 0 45 (|7|/green ) imagetitle mergestr cl blue 3 42.8 (|7|/setblue ) imageurl mergestr cl 3 40.6 (|7|/setblue ) imagegps mergestr cl black } store %%% Page Navigation Utilities %%%% % requires gonzo utilities from http://www.tinaja.com/gonzo.psl /kern 0.1 store /navpagenum 1 store /prevpage 1 store /lastpage false store /baux { save /ssnap exch store /sym exch store translate 0 0 mt 2 pu 2 pr 2 pd closepath gsave 0.94 0.94 0.98 setrgbcolor fill grestore 0.8 dup dup setrgbcolor line2 stroke 0.5 dup dup setrgbcolor /font1 /Helvetica 1.5 gonzofont font1 1 0.5 sym cc ssnap restore} store black /glyphnext { 53 (>) baux } store /glyphprev {53 (<) baux } store /glyphone { 53 (1) baux} store /glyphback {53 (<|k|k|k<) baux} store /aaaa { [ /Rect [0 53 2 55] /Page/Next /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [2.5 53 4.5 55] /Page prevpage /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark } store /bbbb { [ /Rect [0 53 2 55] /Page /Prev /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [2.5 53 4.5 55] /Page 1 /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [5 53 7 55] /Page/Next /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [7.5 53 9.5 55] /Page prevpage /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark } store /cccc { [ /Rect [0 53 2 55] /Page /Prev /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [2.5 53 4.5 55] /Page 1 /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark [ /Rect [5 53 7 55] /Page prevpage /View [/XYZ null null null] /Border [0 0 0 ] /Subtype /Link /ANN pdfmark } store /addpagenav { navpagenum 1 eq { 0 glyphnext 2.5 glyphback aaaa} if navpagenum 1 ne lastpage not and {0 glyphprev 2.5 glyphone 5 glyphnext 7.5 glyphback bbbb} if lastpage {0 glyphprev 2.5 glyphone 5 glyphback cccc} if /prevpage pagenum store /navpagenum navpagenum 1 add store} store % ///////// (A) WEB FRIENDLY COLOR UTILITIES ///////////// % tintmat is a self-generating list of 216 triple color values /webtintmat [ 0 1 5 { /a exch store 0 1 5 { /b exch store 0 1 5 { 5 div b 5 div a 5 div }for } for } for ] def % setwebtint accepts a color number 0 to 215 and then % sets the PostScript color generator for later use... /setwebtint { abs cvi 216 cvi mod % restrict range webtintmat exch 3 mul 3 getinterval % get values from table aload pop setrgbcolor} def % and set them %%%%%%%%%%%%%%%% begin kml experiment %%%%%%%%%%%%%%%%%%%%%%%%%%% % this still needs a way for Chrome to go directly to Google Earth. % presently opens kml textfile instead. Chrome extensions not helping. % presently usable with this manual workaround: Do a save as from the % clicked kml text. Then click on the saved kml file. /clickforkml { true { save /ksnap exch store 34 53 translate 0 0 mt 2 pu 7.2 pr 2 pd closepath gsave 0.94 0.94 0.98 setrgbcolor fill grestore 0.8 0.8 0.8 setrgbcolor line2 stroke 0.6 0.6 (|6|/surl Click for KML |/kmlx ) cl ksnap restore } if } store % end kml link %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%% actual page content starts here %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%% % notebox uses modified roundpath %%%%%%%%%%%%% /notebox { % hpos vpos hsize vsize corrad titsize title body save /boxsnap exch store /body exch store /title exch store /titsize exch store /corrad exch store /hsize exch store /vsize exch store translate hsize 2 div 0 moveto 0 0 0 vsize corrad arct 0 vsize hsize vsize corrad arct hsize vsize hsize 0 corrad arct hsize 0 0 0 corrad arct closepath gsave 141 setwebtint fill grestore 54 pop 48 setwebtint line3 stroke hsize 2 div vsize titsize sub moveto 0 vsize titsize sub lineto 0 vsize hsize vsize corrad arct hsize vsize hsize vsize titsize sub corrad arct hsize vsize titsize sub lineto closepath 54 pop 48 setwebtint fill white font3 hsize 2 div vsize 1.5 sub title cc 1 2 3 4 black font3 hsize 2 div vsize titsize sub 1.5 sub body cc boxsnap restore } store %%%%%%%%%%%%%% % title page %%%%%%%%%%%%% /tabs [1.5 3.2] store 50 50 10 setgrid false {40 160 showgrid} if setpagefonts beige % really a colorizer green? % special directories... << /d82 (http://mapper.acme.com/?ll=32.77367,-109.74205&z=18&t=H&marker0=32.77355,-109.74263,1.9%20mi%20WxNW%20of%20Cactus%20Flat%20AZ&marker1=32.77360,-109.74166,1.9%20mi%20NW%20of%20Cactus%20Flat%20AZ) /d81 (http://mapper.acme.com/?ll=32.74353,-109.73301&z=20&t=H&marker0=32.74353%2C-109.73261%2C1.4%20mi%20SW%20of%20Cactus%20Flat%20AZ&marker1=32.74350%2C-109.73323%2C1.5%20mi%20NW%20of%20Swift%20Trail%20Junction%20AZ) /d80 (http://mapper.acme.com/?ll=32.82043,-109.77134&z=15&t=H&marker0=32.80623,-109.77622,3.1%20mi%20SxSW%20of%20Thatcher%20AZ&marker1=32.82236,-109.77287,2.0%20mi%20SxSW%20of%20Thatcher%20AZ) /d79 (http://mapper.acme.com/?ll=32.82283,-109.76503&z=17&t=H&marker0=32.82141,-109.76650,2.0%20mi%20SxSW%20of%20Thatcher%20AZ&marker1=32.82376,-109.76307,1.8%20mi%20S%20of%20Thatcher%20AZ) /d78 (http://mapper.acme.com/?ll=32.76115,-109.71436&z=15&t=H&marker0=32.75288,-109.72043,0.5%20mi%20SW%20of%20Cactus%20Flat%20AZ&marker1=32.75657,-109.72032,0.3%20mi%20WxSW%20of%20Cactus%20Flat%20AZ&marker2=32.76247,-109.71188,0.3%20mi%20NxNE%20of%20Cactus%20Flat%20AZ) /d77 (http://mapper.acme.com/?ll=32.75830,-109.71661&z=16&t=H&marker0=32.75657,-109.72032,0.3%20mi%20WxSW%20of%20Cactus%20Flat%20AZ&marker1=32.75288,-109.72043,0.5%20mi%20SW%20of%20Cactus%20Flat%20AZ&marker2=32.76247,-109.71188,0.3%20mi%20NxNE%20of%20Cactus%20Flat%20AZ) /d76 (http://mapper.acme.com/?ll=32.84032,-109.91501&z=18&t=H&marker0=32.83987,-109.91578,5.3%20mi%20S%20of%20Graham%20County%20AZ&marker1=32.84067,-109.91407,5.3%20mi%20S%20of%20Graham%20County%20AZ) /d75 (http://mapper.acme.com/?ll=32.77383,-109.78333&z=19&t=H&marker0=32.77325,-109.78377,4.1%20mi%20WxNW%20of%20Cactus%20Flat%20AZ&marker1=32.77428,-109.78270,4.1%20mi%20WxNW%20of%20Cactus%20Flat%20AZ) /d74 (http://mapper.acme.com/?ll=32.58887,-109.96758&z=16&t=H&marker0=32.59825,-109.96483,7.7%20mi%20WxSW%20of%20Pinaleno%20Mountains%20AZ&marker1=32.58887,-109.96758,7.2%20mi%20NxNE%20of%20Sulphur%20Springs%20Valley%20AZ) /d73 (http://mapper.acme.com/?ll=32.55400,-109.76428&z=20&t=H&marker0=32.55407,-109.76414,7.6%20mi%20SE%20of%20Pinaleno%20Mountains%20AZ&marker1=32.55361,-109.76449,unnamed) /d72 (http://mapper.acme.com/?ll=32.81493,-109.96655&z=19&t=H&marker0=32.81536,-109.96618,7.6%20mi%20SxSW%20of%20Graham%20County%20AZ&marker1=32.81428,-109.96678,7.7%20mi%20SxSW%20of%20Graham%20County%20AZ) /d71 (http://mapper.acme.com/?ll=32.94163,-109.93423&z=15&t=H&marker0=32.93523,-109.94128,1.9%20mi%20NW%20of%20Graham%20County%20AZ&marker1=32.94158,-109.92112,1.7%20mi%20N%20of%20Graham%20County%20A) /d70 (http://mapper.acme.com/?ll=32.76809,-109.79259&z=19&t=H&marker0=32.76824,-109.79178,4.5%20mi%20W%20of%20Cactus%20Flat%20AZ&marker1=32.76749,-109.79289,4.6%20mi%20W%20of%20Cactus%20Flat%20AZ) /d69 (http://mapper.acme.com/?ll=32.70686,-109.77762&z=20&t=H&marker0=32.70664,-109.77779,4.1%20mi%20WxSW%20of%20Swift%20Trail%20Junction%20AZ&marker1=32.70693,-109.77729,4.0%20mi%20WxSW%20of%20Swift%20Trail%20Junction%20AZ) /d68 (http://mapper.acme.com/?ll=32.75601,-109.78150&z=16&t=H&marker0=32.75655,-109.77688,3.6%20mi%20W%20of%20Cactus%20Flat%20AZ&marker1=32.75295,-109.78502,unnamed) /d67 (http://mapper.acme.com/?ll=32.83207,-109.92803&z=16&t=H&marker0=32.82953,-109.92950,6.1%20mi%20S%20of%20Graham%20County%20AZ&marker1=32.83442,-109.92704,unnamed) /d66 (http://mapper.acme.com/?ll=32.83207,-109.92803&z=16&t=H&marker0=32.82953,-109.92950,6.1%20mi%20S%20of%20Graham%20County%20AZ&marker1=32.83442,-109.92704,unnamed) /d65 (http://mapper.acme.com/?ll=32.83557,-109.91382&z=17&t=H&marker0=32.83616,-109.91440,5.6%20mi%20S%20of%20Graham%20County%20AZ&marker1=32.83348,-109.91548,5.8%20mi%20S%20of%20Graham%20County%20AZ) /d64 (http://mapper.acme.com/?ll=32.61728,-109.72726&z=18&t=H&marker0=32.61817,-109.72829,5.7%20mi%20SxSW%20of%20Artesia%20AZ&marker1=32.61611,-109.72809,unnamed) /d63 (http://mapper.acme.com/?ll=32.82248,-109.97053&z=15&t=H&marker0=32.82298,-109.96420,N%2032.82299%20W%20109.96420&marker1=32.81202,-109.97330,N%2032.81203%20W%20109.97330) /d62 (http://mapper.acme.com/?ll=32.94644,-109.91013&z=17&t=H&marker0=32.94445,-109.91120,N%2032.94446%20W%20109.9112&marker1=32.94676,-109.91318,N%2032.94677%20W%20109.91317) /d61 (http://mapper.acme.com/?ll=32.78667,-109.74325&z=20&t=H&marker0=32.78651,-109.74354,N%2032.78651%20W%20109.74353) /d60 (http://mapper.acme.com/?ll=32.86938,-109.93592&z=14&t=H&marker0=32.85049,-109.94399,N%2032.85049%20W%20109.94399&marker1=32.87226,-109.92596,N%2032.87226%20W%20109.92596) /d59 (http://mapper.acme.com/?ll=32.77761,-109.95306&z=17&t=H&marker0=32.77470,-109.95410,N%2032.77471%20W%20109.9541&marker1=32.77773,-109.95533,N%2032.77774%20W%20109.95532) /d58 (http://mapper.acme.com/?ll=32.82959,-109.93055&z=14&t=H&marker0=32.81238,-109.94797,7.4%20mi%20SxSW%20of%20Graham%20County%20AZ&marker1=32.83523,-109.92268,5.6%20mi%20S%20of%20Graham%20County%20AZ&marker2=32.82959,-109.93055,6.1%20mi%20S%20of%20Graham%20County%20AZ) /d57 (http://mapper.acme.com/?ll=32.82215,-109.90201&z=16&t=H&marker0=32.81792,-109.90208,N%2032.81793%20W%20109.90207&marker1=32.82478,-109.90004,N%2032.82478%20W%20109.90003) /d56 (http://mapper.acme.com/?ll=32.81347,-109.92301&z=18&t=H&marker0=32.81195,-109.92311,N%2032.81196%20W%20109.92310&marker1=32.81445,-109.92266,N%2032.81445%20W%20109.92266) /d55 (http://mapper.acme.com/?ll=32.83378,-109.91320&z=17&t=H&marker0=32.83100,-109.91454,N%2032.83101%20W%20109.91453%20&marker1=32.83366,-109.91556,N%2032.83366%20W%20109.91555) /d54 (http://mapper.acme.com/?ll=32.82390,-109.91789&z=17&t=H&marker0=32.82076,-109.91836,N%2032.82077%20W%20109.91835%20&marker1=32.82563,-109.91851,N%2032.82564%20W%20109.91851) /d53 (http://mapper.acme.com/?ll=32.81455,-109.91657&z=16&t=H&marker0=32.80849,-109.91813,N%2032.80850%20W%20109.91812&marker1=32.81680,-109.91872,N%2032.81680%20W%20109.91872) /d52 (http://mapper.acme.com/?ll=32.81564,-109.86800&z=15&t=H&marker0=32.80922,-109.87116,N%2032.80923%20W%20109.87115&marker1=32.82100,-109.86675,5.7%20mi%20SxSW%20of%20Pima%20AZ) /d51 (http://mapper.acme.com/?ll=32.80846,-109.86984&z=15&t=H&marker0=32.79770,-109.87297,N%2032.79771%20W%20109.87296&marker1=32.81310,-109.86639,N%2032.81310%20W%20109.86638) /d50 (http://mapper.acme.com/?ll=32.81604,-109.84950&z=20&t=H&marker0=32.81586,-109.84971,9.2%20km%20SxSW%20of%20Pima%20AZ) /d49 (http://mapper.acme.com/?ll=32.81604,-109.84950&z=20&t=H&marker0=32.81586,-109.84971,9.2%20km%20SxSW%20of%20Pima%20AZ) /d48 (http://mapper.acme.com/?ll=32.82037,-109.84530&z=18&t=H&marker0=32.81870,-109.84690,N%2032.81870%20W%20109.84689%20&marker1=32.82055,-109.84459,N%2032.82055%20W%20109.84458) /d47 (http://mapper.acme.com/?ll=32.81730,-109.84479&z=15&t=H&marker0=32.80803,-109.84448,N%2032.80803%20W%20109.84448&marker1=32.81882,-109.84093,N%2032.81882%20W%20109.84093) /d46 (http://mapper.acme.com/?ll=32.83648,-109.81829&z=15&t=H&marker0=32.82764,-109.81954,N%2032.82765%20W%20109.81953&marker1=32.84131,-109.81649,N%2032.84131%20W%20109.81649) /d45 (http://mapper.acme.com/?ll=32.82776,-109.81904&z=20&t=H&marker0=32.82766,-109.81896,N%2032.82766%20W%20109.81896) /d44 (http://mapper.acme.com/?ll=32.82781,-109.81948&z=20&t=H&marker0=32.82764,-109.81954,N%2032.82765%20W%20109.81953) /d43 (http://mapper.acme.com/?ll=32.80263,-109.78092&z=17&t=H&marker0=32.79955,-109.78348,N%2032.79956%20W%20109.78347&marker1=32.80263,-109.78092,N%2032.80264%20W%20109.78091) /d42 (http://mapper.acme.com/?ll=32.83065,-109.84710&z=13&t=H&marker0=32.79152,-109.85371,N%2032.79153%20W%20109.8537&marker1=32.84796,-109.81105,N%2032.84796%20W%20109.81105) /d41 (http://mapper.acme.com/?ll=32.79091,-109.85438&z=19&t=H&marker0=32.79015,-109.85478,N%2032.79016%20W%20109.85478&marker1=32.79140,-109.85389,NN%2032.79140%20W%20109.85388) /d40 (http://mapper.acme.com/?ll=32.83579,-109.79818&z=20&t=H&marker0=32.83567,-109.79797,N%2032.83567%20W%20109.79796&marker1=32.83560,-109.79842,N%2032.83560%20W%20109.79841) /d39 (http://mapper.acme.com/?ll=32.83330,-109.79383&z=19&t=H&marker0=32.83324,-109.79383,3.7%20km%20WxSW%20of%20Thatcher%20AZ) /d38 (http://mapper.acme.com/?ll=32.82531,-109.81709&z=13&t=H&marker0=32.83252,-109.80507,N%2032.83253%20W%20109.80507&marker1=32.78237,-109.83541,N%2032.78237%20W%20109.83540) /d37 (http://mapper.acme.com/?ll=32.78473,-109.79835&z=14&t=H&marker0=32.79930,-109.79028,N%2032.79930%20W%20109.79027&marker1=32.75997,-109.81148,N%2032.75997%20W%20109.81147) /d36 (http://mapper.acme.com/?ll=32.80263,-109.78092&z=17&t=H&marker0=32.79955,-109.78348,N%2032.79956%20W%20109.78347&marker1=32.80263,-109.78092,N%2032.80264%20W%20109.78091) /d35 (http://mapper.acme.com/?ll=32.79999,-109.77973&z=17&t=H&marker0=32.79811,-109.78287,N%2032.79811%20W%20109.78286&marker1=32.79895,-109.77587,N%2032.79895%20W%20109.77587) /d34 (http://mapper.acme.com/?ll=32.77842,-109.78685&z=19&t=H&marker0=32.77763,-109.78729,N%2032.77763%20W%20109.78729&marker1=32.77830,-109.78694,N%2032.77831%20W%20109.78694) /d33 (http://mapper.acme.com/?ll=32.78106,-109.77693&z=19&t=H&marker0=32.78118,-109.77772,N%2032.78118%20W%20109.77771&marker1=32.78063,-109.77607,N%2032.78064%20W%20109.77607) /d32 (http://mapper.acme.com/?ll=32.77163,-109.79248&z=16&t=H&marker0=32.76633,-109.79370,N%2032.76634%20W%20109.7937&marker1=32.77184,-109.78716,N%2032.77185%20W%20109.78715) /d31 (http://mapper.acme.com/?ll=32.75940,-109.81367&z=18&t=H&marker0=32.75987,-109.81164,N%2032.75987%20W%20109.81163&marker1=32.75771,-109.81511,N%2032.75771%20W%20109.81511) /d30 (http://mapper.acme.com/?ll=32.76012,-109.81154&z=19&t=H&marker0=32.75995,-109.81149,N%2032.75995%20W%20109.81148) /d29 (http://mapper.acme.com/?ll=32.76012,-109.81154&z=19&t=H&marker0=32.75995,-109.81149,N%2032.75995%20W%20109.81148) /d28 (http://mapper.acme.com/?ll=32.74555,-109.83861&z=18&t=H&marker0=32.74427,-109.83919,N%2032.74427%20W%20109.83918%20&marker1=32.74558,-109.84034,N%2032.74558%20W%20109.84033) /d27 (http://mapper.acme.com/?ll=32.78958,-109.75966&z=20&t=H&marker0=32.78955,-109.75972,N%2032.78956%20W%20109.75971) /d26 (http://mapper.acme.com/?ll=32.79689,-109.75485&z=19&t=H&marker0=32.79689,-109.75485,N%2032.79690%20W%20109.75485) /d25 (http://mapper.acme.com/?ll=32.77872,-109.76471&z=17&t=H&marker0=32.77872,-109.76471,N%2032.77872%20W%20109.7647) /d24 (http://mapper.acme.com/?ll=32.78490,-109.74642&z=20&t=H&marker0=32.78490,-109.74642,N%2032.78491%20W%20109.74642) /d23 (http://mapper.acme.com/?ll=32.79439,-109.75730&z=14&t=H&marker0=32.78742%2C-109.76598%2C3.6%20mi%20NW%20of%20Cactus%20Flat%20AZ&marker1=32.80030%2C-109.75078%2Cunnamed ) /d22 (http://mapper.acme.com/?ll=32.78490,-109.74642&z=20&t=H&marker0=32.78490,-109.74642,N%2032.78491%20W%20109.74642) /d21 (http://mapper.acme.com/?ll=32.76205,-109.79745&z=14&t=H&marker0=32.73735,-109.81292,N%2032.73735%20W%20109.81291&marker1=32.76277,-109.77393,N%2032.76277%20W%20109.77392) /d20 (http://mapper.acme.com/?ll=32.75515,-109.82602&z=15&t=H&marker0=32.75776%2C-109.82855%2C7.4%20km%20NxNE%20of%20Mount%20Graham%20AZ&marker1=32.76165%2C-109.80173%2C8.1%20km%20W%20of%20Cactus%20Flat%20AZ&marker2=32.75837%2C-109.82054%2C7.9%20km%20NE%20of%20Mount%20Graham%20AZ&marker3=32.75927%2C-109.81309%2C8.4%20km%20NE%20of%20Mount%20Graham%20AZ&marker4=32.75985%2C-109.80973%2C8.6%20km%20NE%20of%20Mount%20Graham%20AZ&marker5=32.74541%2C-109.83946%2C5.7%20km%20NxNE%20of%20Mount%20Graham%20AZ&marker6=32.74359%2C-109.83987%2C5.5%20km%20NxNE%20of%20Mount%20Graham%20AZ&marker7=32.75034%2C-109.83899%2C6.2%20km%20NxNE%20of%20Mount%20Graham%20AZ&marker8=32.75954%2C-109.81626%2C8.2%20km%20NE%20of%20Mount%20Graham%20AZ&marker9=32.75355%2C-109.83709%2C6.6%20km%20NxNE%20of%20Mount%20Graham%20AZ&marker10=32.74563%2C-109.84045%2C5.7%20km%20NxNE%20of%20Mount%20Graham%20AZ&marker11=32.75998%2C-109.81156%2C8.5%20km%20NE%20of%20Mount%20Graham%20AZ&marker12=32.75694%2C-109.83482%2C7.0%20km%20NxNE%20of%20Mount%20Graham%20AZ&marker13=32.75783%2C-109.81510%252) /d19 ( ) /d18 (http://mapper.acme.com/?ll=32.76738,-109.73803&z=17&t=H&marker0=32.76738,-109.73803,N%2032.76739%20W%20109.73803&marker1=32.76465,-109.73400,N%2032.76465%20W%20109.73400) /d17 (http://mapper.acme.com/?ll=32.76718,-109.74045&z=16&t=H&marker0=32.76225,-109.74374,%20n%2032.76226%20W%20109.74374&marker1=32.76738,-109.73803,N%2032.76739%20W%20109.73803) /d16 (http://mapper.acme.com/?ll=32.76346,-109.73356&z=17&t=H&marker0=32.76068,-109.73500,N%2032.76068%20W%20109.73500%20&marker1=32.76472,-109.73426,N%2032.76472%20W%20109.73426&marker2=32.76151,-109.73333,1.8%20km%20WxNW%20of%20Cactus%20Flat%20AZ&marker3=32.76273,-109.73256,unnamed&marker4=32.76346,-109.73356,1.8%20km%20WxNW%20of%20Cactus%20Flat%20AZ) /d15 (http://mapper.acme.com/?ll=32.79424,-109.72777&z=18&t=H&marker0=32.79267,-109.72830,N%2032.79267%20W%20109.72830&marker1=32.79450,-109.72781,4.2%20km%20NxNW%20of%20Cactus%20Flat%20AZ) /d14 (http://mapper.acme.com/?ll=32.77014,-109.72924&z=15&t=H&marker0=32.75753,-109.73294,N%2032.75754%20W%20109.73294&marker1=32.77476,-109.72752,N%2032.77477%20W%20109.72751) /d13 (http://mapper.acme.com/?ll=32.74723,-109.74761&z=14&t=H&marker0=32.72290,-109.76052,N%2032.72290%20W%20109.76052&marker1=32.74448,-109.73392,N%2032.74449%20W%20109.73391) /d12 (http://mapper.acme.com/?ll=32.75826,-109.72431&z=15&t=H&marker0=32.75567,-109.70886,N%2032.75567%20W%20109.70885&marker1=32.74613,-109.74165,2.8%20km%20WxSW%20of%20Cactus%20Flat%20AZ) /d11 (http://mapper.acme.com/?ll=32.74641,-109.73570&z=15&t=H&marker0=32.73712,-109.74229,N%2032.73712%20W%20109.74229&marker1=32.74455,-109.72997,N%2032.74456%20W%20109.72996) /d10 (http://mapper.acme.com/?ll=32.74641,-109.73570&z=15&t=H&marker0=32.73712,-109.74229,N%2032.73712%20W%20109.74229&marker1=32.74455,-109.72997,N%2032.74456%20W%20109.72996) /d09 (http://mapper.acme.com/?ll=32.73583,-109.75600&z=15&t=H&marker0=32.72410,-109.76240,N%2032.72410%20W%20109.76239&marker1=32.74112,-109.74677,N%2032.74113%20W%20109.74677) /d08 (http://mapper.acme.com/?ll=32.72384,-109.76247&z=20&t=H&marker0=33.70122,-96.97845,32.72356%20W%20109.76257&marker1=32.72356,-109.76258,n%2032.72356%20W%20109.76257&marker2=32.72410,-109.76235,N%2032.72411%20W%20109.76235) /d07 (http://mapper.acme.com/?ll=32.71297,-109.76885&z=17&t=H&marker0=32.71096,-109.77108,N%2032.71096%20W%20109.77108&marker1=32.71326,-109.76696,N%2032.71327%20W%20109.76696) /d06 (http://mapper.acme.com/?ll=32.72672,-109.77093&z=14&t=H&marker0=32.70627,-109.77702,N%2032.70628%20W%20109.77702&marker1=32.73322,-109.76149,N%2032.73322%20W%20109.76149) /d05 (http://mapper.acme.com/?ll=32.70949,-109.77824&z=17&t=H&marker0=32.70647,-109.77933,N%2032.70648%20W%20109.77932&marker1=32.70929,-109.77710,N%2032.70930%20W%20109.77709) /d04 (http://mapper.acme.com/?ll=32.67730,-109.77539&z=19&t=H&marker0=32.67670,-109.77610,N%2032.67671%20W%20109.7761&marker1=32.67736,-109.77472,N%2032.67736%20W%20109.77472) /d03 (http://mapper.acme.com/?ll=32.69515,-109.74741&z=15&t=H&marker0=32.68453,-109.76210,N%2032.68454%20W%20109.76209&marker1=32.69197,-109.72801,N%2032.69198%20W%20109.72801) /d02 (http://mapper.acme.com/?ll=32.69578,-109.74081&z=14&t=H&marker0=32.68466,-109.76161,N%2032.68467%20W%20109.76160&marker1=32.68914,-109.72107,N%2032.68914%20W%20109.72106) /d01 (http://mapper.acme.com/?ll=32.64318,-109.74248&z=18&t=H&marker0=32.64150,-109.74348,N%2032.64151%20W%20109.74348&marker1=32.64385,-109.74219,N%2032.64386%20W%20109.74218348) /allen0 (https://www.tinaja.com/canal/images//allen0.jpg) /allen1 (https://www.tinaja.com/canal/images//allen1.jpg) /artes1a (http://mapper.acme.com/?ll=32.75291,-109.72005&z=20&t=H) /artes1b (https://www.tinaja.com/canal/images/artes1b.jpg) /artes1c (https://www.tinaja.com/canal/images/artes1c.jpg) /band2 (https://www.tinaja.com/canal/images/band2.jpg) /band3 (https://www.tinaja.com/canal/images/band3.jpg) /band4 (https://www.tinaja.com/canal/images/band4.jpg) /band5 (http://mapper.acme.com/?ll=32.93521,-109.94132&z=18&t=H&marker0=32.93521%2C-109.94132%2C1.9%20mi%20NW%20of%20Graham%20County%20AZ) /deadman3 (https://www.tinaja.com/canal/images/deadman3.jpg) /deadman4 (https://www.tinaja.com/canal/images/deadman4.jpg) /deadman5 (http://mapper.acme.com/?ll=32.83207,-109.92803&z=16&t=H&marker0=32.82953,-109.92950,6.1%20mi%20S%20of%20Graham%20County%20AZ&marker1=32.83442,-109.92704,unnamed) /bestgrid (https://www.tinaja.com/images/bestgrid.jpg) /culebra1 (https://www.tinaja.com/canal/images/culebra1.jpg) /deadman3x (http://mapper.acme.com/?ll=32.76073,-109.78137&z=20&t=H&marker0=32.76073,-109.78137,3.9%20mi%20W%20of%20Cactus%20Flat%20AZ) /deadman4x (http://mapper.acme.com/?ll=32.75438,-109.78186&z=20&t=H&marker0=32.75434,-109.78194,3.9%20mi%20W%20of%20Cactus%20Flat%20AZ) /deadman5x (https://www.tinaja.com/canal/images/deadman5.jpg) /freeman1 (https://www.tinaja.com/canal/images//freeman1.jpg) /freeman2 (https://www.tinaja.com/canal/images//freeman2.jpg) /freeman3 (https://www.tinaja.com/canal/images//freeman3.jpg) /freeman4 (https://www.tinaja.com/canal/images//freeman4.jpg) /freeman6 (https://www.tinaja.com/canal/images//freeman6.jpg) /freeman7 (https://www.tinaja.com/canal/images//freeman7.jpg) /freeman8 (https://www.tinaja.com/canal/images//freeman8.jpg) /freeman9 (https://www.tinaja.com/canal/images//freeman9.jpg) /frye100 (https://www.tinaja.com/canal/images/frye100.jpg) /frye101 (https://www.tinaja.com/canal/images/frye101.jpg) /frye106 (https://www.tinaja.com/canal/images/frye160.jpg) /frye108 (https://www.tinaja.com/canal/images/frye108.jpg) /frye_lead200 (https://www.tinaja.com/canal/images/frye_lead200.jpg) /goat4 (https://www.tinaja.com/canal/images/goat4.jpg) /goat5 (https://www.tinaja.com/canal/images/goat5.jpg) /golf1map (https://www.tinaja.com/canal/images/golf1_map.jpg) /gc1 (https://www.tinaja.com/canal/images/gc1.jpg) /gc2 (https://www.tinaja.com/canal/images/gc2.jpg) /golf3 (https://www.tinaja.com/canal/images/golf3.jpg) /hangcan1 (https://www.tinaja.com/canal/images/hangcan1.jpg) /hscan1_map (https://www.tinaja.com/canal/images/hscan1_map.jpg) /mary2 (https://www.tinaja.com/canal/images/mary2.jpg) /henry1 (https://www.tinaja.com/canal/images/henry1.jpg) /henry9 (https://www.tinaja.com/canal/images/henry9.jpg) /jern1 (https://www.tinaja.com/canal/images/jern1.jpg) /lebanon_route3 (https://www.tinaja.com/images/lebanon_route3.jpg) /lefthand (https://www.tinaja.com/glib/lefthand.pdf) /minor1 (https://www.tinaja.com/canal/images/minor1.jpg) /minor2 (https://www.tinaja.com/canal/images/minor2.jpg) /mud1 (https://www.tinaja.com/canal/images/mud1.jpg) /mud2 (https://www.tinaja.com/canal/images/mud2.jpg) /mud4 (https://www.tinaja.com/canal/images/mud4.jpg) /mudwatershedx (http://mapper.acme.com/?ll=32.79159,-109.85379&z=15&t=T&marker0=32.79159%2C-109.85379%2C6.3%20mi%20N%20of%20Mount%20Graham%20AZ) /reay1 (https://www.tinaja.com/canal/images/reay1.jpg) /reay3 (https://www.tinaja.com/canal/images/reay3.jpg) /reay5 (https://www.tinaja.com/canal/images/reay5.jpg) /rinc1 (https://www.tinaja.com/canal/images/rinc1.jpg) /rinc2 (https://www.tinaja.com/canal/images/rinc2.jpg) /rob1 (https://www.tinaja.com/canal/images/rob1.jpg) /rob2 (https://www.tinaja.com/canal/images/rob2.jpg) /rob3 (https://www.tinaja.com/canal/images/rob3.jpg) /sand4 (https://www.tinaja.com/canal/images/sand4.jpg) /sand6 (https://www.tinaja.com/canal/images/sand6.jpg) /sand8 (https://www.tinaja.com/canal/images/sand8.jpg) /sand19 (https://www.tinaja.com/canal/images/sand19.jpg) /sand30 (https://www.tinaja.com/canal/images/sand30.jpg) /sand40 (https://www.tinaja.com/canal/images/sand40.jpg) /sand41 (http://mapper.acme.com/?ll=32.81317,-109.94708&z=18&t=H&marker0=32.81237%2C-109.94797%2C32.81238%20-109.94797) /smith1 (https://www.tinaja.com/canal/images/smith1.jpg) /smith2 (https://www.tinaja.com/canal/images/smith2.jpg) /smith3 (https://www.tinaja.com/canal/images/smith3.jpg) /smith4 (https://www.tinaja.com/canal/images/smith4.jpg) /smith5 (https://www.tinaja.com/canal/images/smith5.jpg) /tranq1 (https://www.tinaja.com/canal/images/tranq1.jpg) /tranq2 (https://www.tinaja.com/canal/images/tranq2.jpg) /troll1 (https://www.tinaja.com/canal/images/troll1.jpg) /tugood1 (https://www.tinaja.com/canal/images//tugood1.jpg) /tugood2 (https://www.tinaja.com/canal/images//tugood2.jpg) /ufooff (https://www.tinaja.com/images/ufoff.jpg) /veech4 (https://www.tinaja.com/canal/images/veech4.jpg) /veech5 (https://www.tinaja.com/canal/images/veech5.jpg) /tropicalstormoctave (https://en.wikipedia.org/wiki/Tropical_Storm_Octave_(1983)) /allendam (https://www.tinaja.com/glib/allendam.pdf) %%%%% some field notes were early fn1 rather than 1fn % /allenfn1 (https://www.tinaja.com/canal/field_notes/allenfn1.pdf) %/deadmanfn1 (https://www.tinaja.com/canal/field_notes/deadmanfn1.pdf) %/jerniganfn1 (https://www.tinaja.com/canal/field_notes/jerniganfn1.pdf) %/lowerfryeconstructfn1 %% needs psl only fix % (https://www.tinaja.com/canal/field_notes/lowerfryeconstructfn1.pdf) %/longviewfn1 (https://www.tinaja.com/canal/field_notes/longviewfn1.pdf) % /minorditch1fn1 (https://www.tinaja.com/canal/field_notes/minorditch1fn.pdf) % /mudspringsfn1 (https://www.tinaja.com/canal/field_notes/mudspringsfn1.pdf) %/robinsonfn1 (https://www.tinaja.com/canal/field_notes/robinsonfn1.pdf) % /sandcanfn1 (https://www.tinaja.com/canal/field_notes/sandcan1fn.pdf) % /smithcanfn1 (https://www.tinaja.com/canal/field_notes/smithcan1fn.pdf) % /tbpondingfn1 (https://www.tinaja.com/canal/field_notes/tbpondingfn1.pdf) /wikican (https://en.wikipedia.org/wiki/Arizona_bajada_canals) /researchgate (https://www.researchgate.net/home) /wesrch (https://www.wesrch.com/) %%% probably not yet written ---- %%% /discovery1fn (http://www.tinaja.com/canal/field_notes/discovery1fn.pdf) % no 1fn or fn1 http %%% /ledfordfn1 (http://www.tinaja.com/canal/field_notes/ledfordfn1.pdf) % no 1fn or fn1 http %%% /marijildafn1 (http://www.tinaja.com/canal/field_notes/marijildafn1.pdf) % no 1fn or fn1 http %%% /roperfn1 (http://www.tinaja.com/canal/field_notes/roperfn1.pdf) % no 1fn or fn1 http %%% /tbwestfn1 (http://www.tinaja.com/canal/field_notes/tbwestfn1.pdf) % no 1fn or fn1 http %%% /bluepondsfn1 (http://www.tinaja.com/canal/field_notes/bluepondsfn1.pdf) % no 1fn or fn1 http %%% /hsfn1 (http://www.tinaja.com/canal/field_notes/hsfn1.pdf) % no 1fn or fn1 http %%% /tbeastfn1 (http://www.tinaja.com/canal/field_notes/tbeastfn1.pdf) % no 1fn or fn1 http %%% reverified with added psl /allen1fn (https://www.tinaja.com/canal/field_notes/allen1fn.pdf) % checked 40 38 /allen1fnps (https://www.tinaja.com/canal/field_notes/allen1fn.psl) % 40 38 & psl /bearspcn1fn (http://www.tinaja.com/canal/field_notes/bearspcn1fn.pdf) % checked /bearspcn1fnps (http://www.tinaja.com/canal/field_notes/bearspcn1fn.psl) % 60 & psl /cluffnwcan1fn (http://www.tinaja.com/canal/field_notes/cluffnwcan1fn.pdf) % checked /cluffnwcan1fnps(http://www.tinaja.com/canal/field_notes/cluffnwcan1fn.psl) % 50 & psl /deadman1fn (https://www.tinaja.com/canal/field_notes/deadman1fn.pdf) % checked /deadman1fnps (https://www.tinaja.com/canal/field_notes/deadman1fn.psl) % 68 21 & psl /freemancan1fn (https://www.tinaja.com/canal/field_notes/freemancan1fn.pdf) % chacked /freemancan1fnps (https://www.tinaja.com/canal/field_notes/freemancan1fn.psl) % 23 & psl /fryecomplex1fn (https://www.tinaja.com/canal/field_notes/fryecomplex1fn.pdf) % checked /fryecomplex1fnps (https://www.tinaja.com/canal/field_notes/fryecomplex1fn.psl) % 29 30 & psl /golf1fn (http://www.tinaja.com/canal/field_notes/golf1fn.pdf) % checked /golf1fnps (http://www.tinaja.com/canal/field_notes/golf1fn.psl) % 35 & psl /henry1fn (https://www.tinaja.com/canal/field_notes/henry1fn.pdf) % checked /henry1fnps (https://www.tinaja.com/canal/field_notes/henry1fn.psl) % 11 & psl /jernigan1fn (https://www.tinaja.com/canal/field_notes/jernigan1fn.pdf) % checked /jernigan1fnps (https://www.tinaja.com/canal/field_notes/jernigan1fn.psl) % 46 & psl /lefthcan1fn (http://www.tinaja.com/canal/field_notes/lefthcan1fn.pdf) % checked /lefthcan1fnps (http://www.tinaja.com/canal/field_notes/lefthcan1fn.psl) % 54 & psl /longview1fn (https://www.tinaja.com/canal/field_notes/longview1fn.pdf) % checked /longview1fnps (https://www.tinaja.com/canal/field_notes/longview1fn.psl) % 27 & psl /lowerfryeconstruct1fn (https://www.tinaja.com/canal/field_notes/lowerfryeconstruct1fn.pdf) % checked /lowerfryeconstruct1fnps (https://www.tinaja.com/canal/field_notes/lowerfryeconstruct1fn.psl) % 70 & psl % (https://www.tinaja.com/canal/field_notes/lowerfry.psl) % old temporary repair! /minorditch1fn (https://www.tinaja.com/canal/field_notes/minorditch1fn.pdf) % checked /minorditch1fnps (https://www.tinaja.com/canal/field_notes/minorditch1fn.psl) % 51 & psl /mudsprings1fn (https://www.tinaja.com/canal/field_notes/mudsprings1fn.pdf) % checked /mudsprings1fnps (https://www.tinaja.com/canal/field_notes/mudsprings1fn.psl) % 42 /riggsmesa1fn (http://www.tinaja.com/canal/field_notes/riggsmesa1fn.pdf) % checked /riggsmesa1fnps (http://www.tinaja.com/canal/field_notes/riggsmesa1fn.psl) % 34 & psl /robinson1fn (https://www.tinaja.com/canal/field_notes/robinson1fn.pdf) % checked /robinson1fnps (https://www.tinaja.com/canal/field_notes/robinson1fn.psl) % 37 & psl /sandcan1fn (https://www.tinaja.com/canal/field_notes/sandcan1fn.pdf) % checked 3x /sandcan1fnps (https://www.tinaja.com/canal/field_notes/sandcan1fn.psl) % 67 66 58 & psl /smithcan1fn (https://www.tinaja.com/canal/field_notes/smithcan1fn.pdf) % checked /smithcan1fnps (https://www.tinaja.com/canal/field_notes/smithcan1fn.psl) % 48 & psl /tbponding1fn (https://www.tinaja.com/canal/field_notes/tbponding1fn.pdf) % checked /tbponding1fnps (https://www.tinaja.com/canal/field_notes/tbponding1fn.psl) % 18 & /tranquility1fn (https://www.tinaja.com/canal/field_notes/tranquility1fn.pdf) % checked /tranquility1fnps (https://www.tinaja.com/canal/field_notes/tranquility1fn.psl) % 14 & psl /tugood1fn (https://www.tinaja.com/canal/field_notes/tugoodcan1fn.pdf) % checked /tugood1fnps (https://www.tinaja.com/canal/field_notes/tugoodcan1fn.psl) % 52 & psl WRONG PSL FILE?? /veechcan1fn (http://www.tinaja.com/canal/field_notes/veechcan1fn.pdf) % checked /veechcan1fnps (http://www.tinaja.com/canal/field_notes/veechcan1fn.psl) % 1 & psl >> {mark exch /eurl cvx ] cvx def} forall /tabs [ 8 11] store /x {/xpos 6 store beige 0.35 setgray font3 } store /y {font1 /xpos 8 store to } store /z {tx black font1 } store 20 48.3 0.7 add % 1 sub (|/to |0A |jGila |jValley |jBajada)cc 20 46.3 0.7 add % 1 sub (|/to |0Hanging |jCanal |jDirectory) cc black font1 textleft 44.3 (|/to |6Don Lancaster|/tx |1and |/to |6James A. Neely|1|/tx Synergetics, Box 809, Thatcher, AZ 85552 copyright c2017 pub 11/17 All rights reserved |/surl |6http://www.tinaja.com|/tinaja |/surl don@tinaja.com|1|/maildon and |6|/surl neelyja@utexas.edu|1|/mailneely |/to (928) 428-4073|/tx |1and |/to (575) 686-0098 |/to |0w|/tx e seem to be due for another revision of our Prehistoric |/surl |6Bajada Hanging Canal|/tinsamp1 |1list, perhaps adding a few images and field note links of varying currency. |h There are presently two ways to count the canals. Per this |/to study candidates list|/tx (|jnow 82|j) that may include multiple names having missing pieces, some related significant prehistoric water management entities that perhaps are not strictly canals, and a very few discredited listings kept to avoid duplicate efforts. Plus a |/to certified list|/tx in the forties of those that are considered strongly validated. |h |/to Either way, the total lengths awaiting drone mapping appear likely to well |/to exceed a world class and utterly spectacular ONE HUNDRED MILES!|/tx |h |1Possibly significantly more. |h A useful paper on these canals remains |/surl |6here|/wikican |1, along with extensive coverage |/surl |6here|/tinsamp1 |1. We are also on |/surl |6Wesrch|/wesrch |1and |6|/surl ResearchGate|/researchgate |1. |h Starting today with some of the latest\274 |/x 82. LOWR2 - |/y Understudied Lower Rincon |/z Near |/surl |632.77355 -109.74263|/d82 |1to |/surl |632.77360 -109.74166|/d82 |1 Possibly part of still unproven Discovery Park Canal. |h |/x 81. TBD1 - |/y Thunderbird Canal |/z |/surl |632.74350 -109.73323|/d81 |1to |/surl |632.74353 -109.73261|/d81 |1Previously unnamed portion of |/to CC:5:51|/tx under restudy. |h |/x 80. REY1 - |/y Reay Canal |/surl |632.80623 -109.77622|/d80 |1to |/surl |632.82236 -109.77287|/d80 |1 |/z Endangered possible Golf Course Canal Destination. |/surl |6reay1|/reay1 |/surl |6reay3|/reay3 |/surl |6reay5|/reay5 |1 ) cl addpagenav clickforkml startnewpage 3 52 ( |h |/x 79. LPZ1 - |/y Lopez Canal |/surl |632.82141 -109.76650|/d79 |1to |/surl |632.82376 -109.76307|/d79 |1 |/z Discredited - likely a 4wD track. |h |/x 78. ARTS1 - |/y Artesian #1 Canal |/surl |632.75273 -109.72032|/d78 |1to |/surl |632.76247 -109.71188|/d78 |1 |/z Flowing historic canal in strong artesian area likely to have seen prehistoric use as well. |/surl |6artes1a|/artes1a |/surl artes1b|/artes1b |/surl artes1c|/artes1c |h |/x 77. ARTS2 - |/y Artesian #2 canal |/surl |632.75288 -109.72043|/d77 |1to |/surl |632.75288 -109.72043|/d76 |1 |/z A second but apparently commonly sourced and still flowing historic canal in a strong artesian area. Has possibly been cardinal redirected from original. |h |/x 76. TALW2 - |/y Tailwater2 Canal |/surl |632.83987 -109.91578|/d76 |1to |/surl |632.84067 -109.91407|/d76 |1 |/z Discredited - likely historic orchard overflow. |h |/x 75. LFEX1 - |/y Lower Frye Extension |/surl |632.77325 -109.78377|/d75 |1to |/surl |632.77428 -109.78270 |1 |/z Required but unproven link between Frye Complex, Blue Ponds Canal, and Freeman Canal. |/surl |6frye_lead200|/frye_lead200 |1 |h |/x 74. GCC1 - |/y Grant Creek Canal |/surl |632.59825 -109.96483|/d74 |1 to |/surl |632.58887 -109.96758|/d74 |1 |/z South of Mount Graham historic canal that may or may not have had prehistoric origins. |h |/x 73. HCC1- |/y Hog Canyon Canal |/surl |632.55361 -109.76449|/d73 |1 to |/surl |632.55407 -109.76414|/d73 |1 |/z South of Mount Graham possibly prehistoric canal currently unexplored. Possibly perennial. |h ) cl addpagenav clickforkml startnewpage 3 52 ( |h |/x 72. CNU1 - |/y Canal near UFO Fish Fillets |/surl |632.81428 -109.96678|/d72 |1 to |/surl |632.81536 -109.96618|/d72 |1 |/z Short canal previously studied by Dr. Neely. Location is approximate. |h |/x 71. CBAE1 - |/y Bandelier Artesian Extension |/surl |632.93523 -109.94128|/d71 |1 to |/surl |632.94158 -109.92112|/d71 |1 |/z Dried up artesian lake may have enormous potential. Definite signs of historic reuse plus possible Bandoleer Canal source. |/surl |6band2|/band2 |/surl |6 band3|/band3 |/surl |6 band4|/band4 |1 |h |/x 70. LFC1 - |/y Lower Frye Construct |/surl |632.76749 -109.79289|/d70 |1 to |/surl |632.76824 -109.79178|/d71 |1 |/z Mysterious and unexplained construct may have major prehistoric canal significance. Likely Blue Ponds Canal and Freeman Canal related. Extensive study still needed. Field notes |/surl |6here|/lowerfryeconstruct1fn |1 and |/surl |6here|/lowerfryeconstruct1fnps |1 . |/surl |6frye100|/frye100 |/surl |6frye101|/frye101 |/surl |6 frye106|/frye106 |/surl |6 frye108|/frye108 |1 |h |/x 69. UMC11 - |/y Upper Marijilda Canal |/surl |632.70664 -109.77779|/d69 |1 to |/surl |632.70693 -109.77729|/d69 |1 |/z Smaller hanging canal near Marijilda diversion. |h- |/x 68. DEC1 - |/y Deadman East Canal |/surl |632.75295 -109.78502|/d68 |1 to |/surl |632.75655 -109.77688|/d68 |1 |/z Potentially significant prehistoric canal remains largely unexplored due to difficult access. Field Notes |/surl |6here|/deadman1fn |1 and sourcecode |/surl |6here|/deadman1fnps |1. |/surl |6deadman3|/deadman3x |/surl deadman4|/deadman4x |/surl deadman5|/deadman5x |h |/x 67. SCC1 - |/y Sand Canal Center Branch |/surl |632.82953 -109.92950|/d67 |1 to |/surl |632.83441 -109.92705|/d67 |1 |/z Destinations of easily traced canal remain unknown. Canal apparently uses a natural drainage partial route. Field notes |/surl |6here|/sandcan1fn |1and sourcecode |/surl |6here|/sandcan1fnps |1. |/surl |6sand19|/sand19 |1|/surl |6sand30|/sand30 |1 |h ) cl addpagenav clickforkml startnewpage 3 52 ( |h |/x 66. SCW1 |/y Sand Canal Western Branch |/surl |632.82953 -109.93063|/d66 |1 |/surl |6to 32.83441 -109.92705|/d66 |1 |/z Destinations of easily traced canal remain unknown. Field notes |/surl |6here|/sandcan1fn |1and sourcecode |/surl |6here|/sandcan1fnps |1. |/surl |6sand40|/sand40 |1 |h |/x 65. SR1 - |/y More Spear Ranch Work |/surl |632.83348 -109.91548|/d65 |1 and |/surl |632.83616 -109.91440|/d65 |1 |/z Additional survey required north of Lefthand. |h |/x 64. PRM1 - |/y P Ranch Mysteries |/surl |632.61817 -109.72829|/d64 |1 to |/surl |732.61611 -109.72809|/d64 |1 |/z Additional survey required beyond Veech. |h |/x 63. UFO1 - |/y UFO Fish Fillets |/surl |6N 32.81203 W 109.97330|/d63 |1 to |/surl |6N 32.82299 W 109.96420|/d63 |1 |/z A highly atypical apparent CCC project that may or may not have had prehistoric origins. |/surl |6ufooff|/ufooff |1 |h |/x 62. BDC1 - |/y Bandelier Canal |/surl |6N 32.94446 W 109.91120|/d62 |1 to |/surl |6N 32.94677 W 109.91317|/d62 |1 |/z Appears to be deep vee riverine canal possibly linked to artesian source at |/surl |632.93522 -109.94131|/band5 |1 but apparently unrelated to most mountain stream fed resources. |h |/x 61. GRD2 - |/y The grids - |/z Near |/surl |6N 32.78651 W 109.74353|/d61 |1 to |/surl |6N 32.79408 W 109.75260|/d61 |1 |z rectangular agave farming arrays. Many thousands north of the Gila river, a few hundreds south. Not directly canal related, but enormously significant area features. |/surl |6bestgrid|/bestgrid |1 |h |/x 60. BSC1 - |/y Bear Springs Scam |/surl |6N 32.85049 W 109.94399|/d60 |1 to |/surl |6N 32.87226 W 109.92596|/d60 |1 |/z Apparent scam huge historic canal from a source highly unlikely to have been prehistorically ignored. The history part needs resolved first as the present canal is much too large. Field notes |/surl |6here|/bearspcn1fn |1 and sourcecode |/surl |6here|/bearspcn1fnps |1. |h ) cl addpagenav clickforkml startnewpage 3 52 ( |/x 59. NWD1 - |/y Nuttall Watershed Diversion |/surl |6N 32.77471 W 109.95411|/d59 |1 to |/surl |6N 32.77774 W 109.95532|/d59 |1 |/z Postulated third watershed crossing would supplement Sand Canal. Largely Discredited. Present Sand Canal takein believed near |/surl |632.81238 -109.94797|/sand41 |1. |h |/x 58. SWC1 - |/y Sand Wash Canal |/surl |632.81238 -109.94797|/d58 |1 to |/surl |6N 32.83508 W 109.92274|/d58 |1 |/z Ideal short tour candidate has nearly everything including easy access. May be prototype as final channel minuscule. Mysterious historic "cluttering" with random "stuff". Tri branched. Field notes |/surl |6here|/sandcan1fn |1and sourcecode |/surl |6here|/sandcan1fnps |1. |/surl |6sand4|/sand4 |/surl |6sand6|/sand6 |/surl |6sand8|/sand8 |h |/x 57. MR1- |/y Mystery Reach |/surl |6N 32.81793 W 109.90207|/d57 |1 to |/surl |6N 32.82478 W 109.90003|/d57 |1 |/z Once convincing aerial evidence field verified more as a disused vehicle two track. Largely discredited. |h |/x 56. LMC1 - |/y Lamb Tank Canal |/surl |6N 32.81196 W 109.92310|/d56 |1 to |/surl |6N 32.81445 W 109.92266|/d56 |1 |/z Difficult access. Additional study required. |h |/x 55. SLC1 - |/y South Lefthand Canal |/surl |632.83101 W 109.91453|/d55 |1 to |/surl |6N 32.83366 W 109.91555|/d55 |1 |/z Yet to be verified aerial image. |h |/x 54. LWC1 - |/y Lefthand West Canal |/surl |6N 32.82077 W 109.91835|/d54 |1 to |/surl |6N 32.82564 W 109.91851|/d54 |1 |/z Prehistoric original adapted for historic field reuse. Field note |/surl |6here|/lefthcan1fn |1 and sourcecode |/surl |6here|/lefthcan1fnps |1. |h |/x 53. MLC1 - |/y Main Lefthand Canal Complex |/surl |6N 32.80850 W 109.91812|/d53 |1 to |/surl |6N 32.81680 W 109.91872|/d53 |1 |/z Shorter canal segments primarily used for end use delivery. Paper |/surl |6here|/lefthand |1 . |h ) cl addpagenav clickforkml startnewpage 3 52 ( |h |/x 52. TGC1 - |/y Tugood Canal |/surl |6N 32.80923 W 109.87115|/d52 |1 to |/surl |632.82100 -109.86675|/d52 |1 |/z Most impressively pristine of the known hanging canals. Superb restoration candidate. Field note |/surl |6here|/tugood1fn |1 and sourcecode |/surl |6here|/tugood1fnps |1. |h |/x 51. MWD1 - |/y Minor Webster Ditch |/surl |6N 32.79771 W 109.87296|/d51 |1 to |/surl |6N 32.81310 W 109.86638|/d51 |1 |/z Historically redeveloped canal shows reasonable evidence of unmodified prehistoric origins. Somewhat paired with the Tugood Canal. Field note |/surl |6here|/minorditch1fn |1and sourcecode |/surl |6here|/minorditch1fnps |1. |/surl |6minor1|/minor1 |/surl |6 minor2|/minor2 |h |/x 50. CNW1 - |/y Cluff Northwest Canal Complex |/surl |6N 32.82494 W 109.84652|/d50 |1 to |/surl |6N 32.83635 W 109.84302|/d50 |1 . |/z Strongly redeveloped canal system includes convincingly authentic prehistoric reaches. Older field note |/surl |6here|/cluffnwcan1fn |1and sourcecode |/surl |6here|/cluffnwcan1fnps |1. |h |/x 49. CSW1 - |/y Cluff Southwest Canal |/surl |6N 32.81586 W 109.84971 |/d49 |1 |/z Branches from the Smith Canal takein on Ash Creek. Still unexplored. Likely a short destination. |h |/x 48. STC1 - |/y Smith Tank Canal |/surl |6 N 32.81870 W 109.84689|/d48 |1 to |/surl |6N 32.82055 W 109.84458|/d48 |1. |/z Likely has unproved prehistoric original. Field notes |/surl |6here|/smithcan1fn |1 and sourcecode |/surl |6here|/smithcan1fnps |1. |/surl |6smith1|/smith1 |/surl |6smith2|/smith2 |/surl |6smith3|/smith3 |/surl |6smith4|/smith4 |/surl |6smith5|/smith5 |1 |h |/x 47. LMT - |/y Lower Mud Trace |/surl |6N 32.80803 W 109.84448|/d47 |1 to |/surl |6N 32.81882 W 109.84093|/d47 |1. |/z Aerial images appear to be field verified as a historic two track. Largely discredited. |h |/x 46. JEC1 - |/y Jernigan Canal |/surl |6N 32.82765 W 109.81953|/d46 |1 to |/surl |6N 32.84131 W 109.81649|/d46 |1. |/z One of few canals with obvious destination. Conspicuous hanging portion, habitation sites. Three "U" turns. Portions still unaccounted for. Field note |/surl |6here|/jernigan1fn |1and sourcecode |/surl |6here|/jernigan1fnps |1. |/surl |6jern1|/jern1 |1 ) cl addpagenav clickforkml startnewpage 3 52 ( |h |h |/x 45. MST1 - |/y Mud Springs Tank |/surl |6N 32.82766 W 109.81896|/d45 |1. |/z Apparently historic construct would seem to demand Mud Springs Canal for its water. |h |/x 44. MJB1 - |/y Mud Jernigan Branching Point |/surl |6N 32.82765 W 109.81953|/d44 . |/z Apparent location of the beginning of the Jernigan Canal, branching off the Mud Springs Canal. Three portions of the route remain unresolved. |h |/x 43. THP1 - |/y Troll House strange structure |/surl |6N 32.82538 W 109.82281|/d43 . |/z Enigmatic pithouse like mud springs canal related structure lacks charcoal evidence and is intimately mud springs canal related. |/surl |6troll1|/troll1 |1 |h |/x 42. MSC1 - |/y Mud Springs Canal |/surl |6N 32.79153 W 109.85375|/d42 |1 to |/surl |6N 32.84796 W 109.81105|/d42 |1. |/z Major canal system branches to Jernigan, includes several hanging portions and spectacular proven watershed crossing. Plus a troll house. Destination remains unknown. Field note |/surl |6here|/mudsprings1fn |1and sourcecode |/surl |6here|/mudsprings1fnps |1. |/surl |6mud1|/mud1 |/surl |6 mud2|/mud2 |/surl |6mud4|/mud4 |/surl |6troll1|/troll1 |1 |h |/x 41. ACF1 - |/y Ash Creek Feeder to Mud Springs |/surl |6N 32.79016 W 109.85478|/d41 to |/surl |6N 32.79140 W 109.85388|/d41 |1. |/z Source for Mud Springs canal via proven spectacular watershed crossing but not yet fully explored. Possibly obliterated by |/surl |6Tropical Storm Octave|/tropicalstormoctave |1 . |h |/x 40. CUC1 - |/y Culebra Cut |/surl |6N 32.83567 W 109.79796|/d40 |1 to |/surl |6N 32.83560 W 109.79841|/d40 |1. |/z Spectacular major cut in Allen Canal below historic dam. One of the three largest known hanging bajada canal constructs. Others include the HS Canal and the aqueduct. Allen field notes |/surl |6here|/allen1fn |1 and sourcecode |/surl |6here|/allen1fnps |1 . Dam failure docs |/surl |6here|/allendam |1. |/surl |6culebra1|/culebra1 |1 ) cl addpagenav clickforkml startnewpage 3 52 ( |/x 39. ALD1 - |/y Allen Dam Failure |/surl |6N 32.83324 W 109.79383|/d39 |1 |/z Back in its water skiing (!) days, might have been fed by the Allen Canal. GuruGram |/surl |6here|/allendam |1. |h |/x 38. ALC1 - |/y Allen Canal |/surl |6N 32.78237 W 109.83540|/d38 |1 to |/surl |6N 32.83253 W 109.80507|/d38 |1. |/z Major prehistoric canal possibly includes Frye Watershed crossing. Includes impressive Culebra Cut Destination remains unknown. Earlier field notes |/surl |6here|/allen1fn |1 and sourcecode |/surl |6here|/allen1fnps |1 . |/surl |6allen0|/allen0 |/surl |6allen1|/allen1 |/surl |6culebra1|/culebra1 |1. |h |/x 37. RBC1 - |/y Robinson Ranch Canal |/surl |6N 32.75997 W 109.81147|/d37 |1 to |/surl |6N 32.79930 W 109.79027|/d37 |1 |/z Major hanging canal with strong down = up illusion sources from Lower Frye Mesa ponding area. Relation to Reay Canal not yet resolved. Field notes |/surl |6here|/robinson1fn |1and sourcecode |/surl |6here|/robinson1fnps |1. |/surl |6rob1|/rob1 |/surl |6rob2|/rob2 |/surl |6rob3|/rob3 |1 . |h |/x 36. TAP1 - |/y Twin Artesian Ponds |/surl 61N 32.79956 W 109.78347|/d36 |1 and |/surl |6N 32.80264 W 109.78091|/d36 |1. |/z No obvious links to nearby Golf Course Canal, but unlikely to have been prehistorically ignored. |h |/x 35. GCC1 - |/y Golf Course Canal |/surl |6N 32.79811 W 109.78286|/d35 |1 to |/surl |6N 32.79895 W 109.77587|/d35 |1 . |/z Major prehistoric canal serviced Daley Estates area. Includes hanging portions. Some routings remain unknown. Likelyrelated to HS Canal and Riggs Canyon and Reay Canal. Field notes |/surl |6here|/golf1fn |1 and source code |/surl |6here|/golf1fnps |1 . |/surl |6golf1map|/golf1map |/surl |6gc1|/gc1 |/surl |6gc2|/gc2 |/surl |6golf3|/golf3 |h |/x 34. RGC1 - |/y Riggs Mesa Area Braided Channels Area of |/surl |6N 32.77763 W 109.78729|/d34 |1 to |/surl |6N 32.77831 W 109.78694|/d34 |1 . |/z Enigmatic channels may be routing between HS Canal and Golf Course Canal. Needs work. Field notes |/surl |6here|/riggsmesa1fn |1 and sourcecode |/surl |6here|/riggsmesa1fnps |1. |h ) cl addpagenav clickforkml startnewpage 3 52 ( |/x 33. BPC1 - |/y Blue Ponds Canal |/surl |6N 32.78118 W 109.77771|/d33 |1 to |/surl |6 N 32.78064 W 109.77607|/d33 |1 . |/z Short disused historic pond routing canal is likely a portion of Lower Frye Construct and Freeman Canal. Presently has been "lost" and awaits rediscovery. Includes obvious concrete headgates. |h |/x 32. LFC1 - |/y Earlier Freeman Canal Search |/surl |6N 32.76634 W 109.79377|/d32 |1 to |/surl |6N 32.77185 W 109.78715|/d32 |1 . |/z This initial search for a Blue Ponds to Lower Frye connection was discredited due to horseshoes on an apparent wagon road. See #75 LFEX1 for current interest. |h |/x 31. HSC1 - |/y HS Canal |/surl |6N 32.75987 W 109.81163|/d31 |1 to |/surl |6N 32.75771 W 109.81511|/d31 |1 . |/z Spectacular hanging and counterflowing structure RETURNS water to Frye Creek, possibly sources Golf Course, Blue Ponds, and Freeman Canals. Among the three most major known constructs that include the Aqueduct and the Cuebra Cut. Absolutely and unquestionably world class. |h |/x 30. FPA1 - |/y Lower Frye Mesa Ponding area. |/surl |6N 32.75995 W 109.81148|/d31 |1 . |/z Gathers in Frye Mesa braided channels to support HS Canal, and Robinson Canal. Also likely still unproven Golf Course, Blue Ponds, Lower Frye, and Freeman Canals. Also still unproven is an upper Frye watershed crossing. Field notes |/surl |6here|/fryecomplex1fn |1 and sourcecode |/surl |6here|/fryecomplex1fnps |1. |h |/x 29. XXXX - |/y (awaiting reassignment) |h ) cl addpagenav clickforkml startnewpage 3 52 ( |h |/x 28. FWD1 - |/y Upper Frye Watershed Diversion |/surl |6N 32.74427 W 109.83918|/d28 |1 to |/surl |6N 32.74558 W 109.84033|/d28 |1. |/z Unproven potentially spectacular watershed crossing seems demanded by HS Canal and others. With any present alternates lacking credibility. A significant and obvious watershed crossing has been previously proven on Mud Springs Canal at |/surl |632.79159 -109.85379|/mudwatershedx |1. |h |/x 27. LVC1 - |/y Longview canal |/surl |6N 32.78956 W 109.75971|/d27 |1. |/z Obvious short wall on otherwise unsupported short canal segment with local destination. Sourcing unknown and unproven. Early field note |/surl |6here|/longview1fn |1and sourcecode |/surl |6here|/longview1fnps |1. |h |/x 26. ALS1 - |/y Alberto's Signature |/z near |/surl |6N 32.79690 W 109.75485|/d26 |1. |/z Of the thousands of conflicting CCC structures locally, this one is the only known one that is autographed in stone. Assiciated with Freeman Canal. |h |/x 25 CKD1 - |/y Check Dams with Aprons |/surl |6N 32.77872 W 109.76472|/d25 |1 or |/surl |6N 32.78840 W 109.87113|/d25 |1. |/z plus many others Rock diversions across secondary washes are quite common. While not hanging canal related, they represent significant water management features. |h |/x 24. MRG1 - |/y Mulch Ring Arrays |/surl |6N 32.78491 W 109.74642|/d24 |1 plus many others. |/z Typically 2 feet in diameter by one rock high in groups of 20. Rather common. Likely older. |h |/x 23. FREM1 |/y Freeman Canal |/surl |632.78742 -109.76598|/d23 |1 to |/surl |632.80030 -109.75078|/d23 |1 |/z Potential to become the longest canal. Well defined end use areas. Seems related but not yet fully connected to Blue Ponds, Lower Frye Construct HS canal, and possibly Upper Frye watershed diversion. Older field notes |/surl |6here|/freemancan1fn |1 and sourcecode |/surl |6here|/freemancan1fnps |1. |/surl |6freeman1|/freeman1 |/surl |6freeman2|/freeman2 |/surl |6freeman3|/freeman3 |/surl |6freeman4|/freeman4 |/surl |6freeman6|/freeman6 |/surl |6freeman7|/freeman7 |/surl |6freeman8|/freeman8 |/surl |6freeman9|/freeman9 |1 |h ) cl addpagenav clickforkml startnewpage 3 52 ( |/x 22. WS1 - |/y Water Spreader Rock Alignments |/z Such as |/surl |632.78883 W 109.73843|/d23 |1 and |/surl |6N 32.79273 |/d23 |1. |/surl |6W 109.75897|/d23 |1 and elsewhere. The more obvious of these are |/surl |6CCC|/ccc |1, but prehistoric examples also exist. |h |/x 21. DMC1 - |/y Main Deadman Canal |/surl |6N 32.73735 W 109.81291|/d21 |1 to |/surl |6N 32.76277 W 109.77392|/d21 |1. |/z Still flows in original channel serving cattle tanks. Portions are buried pipeline. Field notes |/surl |6here|/deadman1fn |1 and sourcecode |/surl |6here|/deadman1fnps |1. |/surl |6deadman3|/deadman3x |/surl deadman4|/deadman4x |/surl deadman5|/deadman5x |h |/x 20. FMC1 - |/y Frye Mesa Complex |/surl |632.74359 -109.83987|/d20 |1 to |/surl |632.75998 -109.81156|/d20 |1. |/z Elaborate feeder system accepts water from Frye Creek and Spring Canyon, routing it to Robinson, HS, Lower Frye Complex, Blue Ponds, Freeman, and possibly Golf Course Canals. Field notes |/surl |6here|/fryecomplex1fn |1 and sourcecode |/surl |6here|/fryecomplex1fnps |1. |/surl |6hscan1_map|/hscan1_map |1 |h |/x 19. XXX3 - |/y ( awaiting reassignment ) |h |/x 18. TBP1 - |/y TB Ponding Area |/surl |6N 32.76739 W 109.73803|/d18 |1 to |/surl |6N 32.76465 W 109.73400|/d18 |1. |/z Receives and redistributes |/to TEC1|/tx and |/to TWC1|/tx water. Highly distinctive aerial profile. Field notes |/surl |6here|/tbponding1fn |1 and sourcecode |/surl |6here|/tbponding1fnps |1. |/surl |6rinc1|/rinc1 |/surl |6rinc2|/rinc2 |1 |h |/x 17. TWC1 - |/y Twin West Canal |/surl |632.76226 W 109.74374|/d17 |1 to |/surl |6N 32.76739 W 109.73803|/d17 |1. |/z Hanging canal is |/to second|/tx feeder to tb ponding area. |h |/x 16. TEC1 - |/y Twin East Canal |/surl |6N 32.76068 W 109.73500|/d16 |1 to |/surl |6N 32.76472 W 109.73426|/d16 |1 |/z Routes |/to under|/tx the Lebanon Cemetery, one of |/to two|/tx feeders to the TB ponding area. |h |/x 15. DPC1 - |/y Discovery Park Canal |/surl |6N 32.79267 W 109.72830|/d15 |1 to |/surl |6N 32.79450 W 109.72781|/d15 |1 |/z Possible feeder to potential Discovery Park fields. Vague - still needs additional verification. |h ) cl addpagenav clickforkml startnewpage 3 52 ( |/x 14. TQC1 - |/y Tranquility Canal |/surl |6N 32.75754 W 109.73294|/d14 |1 to |/surl |6N 32.77477 W 109.72751|/d14 |1 |/z Artesian sourced and historic use from presumed original. Field notes |/surl |6here|/tranquility1fn |1and sourcecode |/surl |6here|/tranquility1fnps |1. |/surl |6tranq1|/tranq1 |/surl |6tranq2|/tranq2 |1 |h |/x 13. RIC1 - |/y Rincon Canal |/surl |6N 32.73410 W 109.76325|/d13 |1 to |/surl |6N 32.76222 W 109.74402|/d13 |1. |/z Marijilda branch possibly becomes Twin West canal. Further study required, especially mid route. |h |/x 12. RPC1 - |/y Roper Canal |/surl |6N 32.75567 W 109.70885|/d12 |1 to |/surl |6N 32.75567 W 109.70885|/d12 |1. |/z Modern feeder to Roper Lake, presumed originally prehistoric. Possible cardinal realignments. |h |/x 11. HNC1 - |/y Henry's Canal |/surl |6N 32.73712 W 109.74229|/d11 |1 to |/surl |6N 32.74456 W 109.72996|/d11 . |/z Southern branch of main Marijilda, portions unexplored. Field notes |/surl |6here|/henry1fn |1 and sourcecode |/surl |6here|/henry1fnps |1. |/surl |6henry1|/henry1 |/surl |6 henry9|/henry9 |h |/x 10. SXP1 - |/y Sixpack Canal |/surl |6N 32.72290 W 109.76052|/d10 |1 to |/surl |6N 32.74449 W 109.73391|/d10 |1. |/z Branch of Marijilda south of access road, still needs work. |h |/x 9. HMC1 - |/y High Lebanon Hanging Canal |/surl |6N 32.72410 W 109.76239|/d09 |1 to |/surl |6N 32.74113 W 109.74677|/d09 |1. |/z Spectacular portion hangs mesa edge 200 feet in the air. Associated with a major aqueduct. |/surl |6 hangcan1|/hangcan1 |/surl |6 mary2|/mary2 |/surl |6lebanon_route3 |/lebanon_route3 |1 |h |/x 8. MAQ1 - |/y Marijilda Aqueduct |/surl |6N32.72356 W 109.76257|/d08 |1 to |/surl |6N 32.72411 W 109.76235|/d08 |1. |/z Delivers between Main Marijilda and High Lebanon. Only known major system aqueduct crosses a saddle. Heavy construction energy comparable to HS Canal and Culebra Cut. |h ) cl addpagenav clickforkml startnewpage 3 52 ( |/x 7. SMB1 - |/y Marijilda Southern Feeder Branches |/surl |6N 32.71096 W 109.77108|/d07 |1 to |/surl |6N 32.71327 W 109.76696|/d07 |1 |/z Short delivery and diversion canals south of Main Marijilda. Needs further work. |h |/x 6. MAR1 - |/y Main Marijilda Canal from diversion takein. |/surl |6N 32.70628 W 109.77702|/d06 |1 to |/surl |6N 32.73322 W 109.76149|/d06 |1 |/z Major prehistoric development likely sourcing Henry's, High Lebanon, TB East, TB West, and Roper Lake. Still flowing in maintained modern use. |h |/x 5. UMC1 - |/y Upper Marijilda Delivery Canals |/surl |6N 32.70648 W 109.77932|/d05 |1 to |/surl |6N 32.70930 W 109.77709|/d05 |1 |/z Group of small delivery canals near main Marijilda takein. |h |/x 4. JAC1 - |/y Lower Jacobson Hints |/surl |6N 32.67671 W 109.77610|/d04 |1 to |/surl |6N 32.67736 W 109.77472|/d04 |1 |/z Largely discredited. Aerial evidence became a fence line in canal hostile terrain. |h |/x 3. LDC1 - |/y Ledford Tank Canal. |/surl |6N 32.68454 W 109.76209|/d03 |1 to |/surl |6N 32.69198 W 109.72801|/d03 |1 |/z Jacobson Canyon to middle of Ledford Mesa. Apparently still in modern use, difficult access. |h |/x 2. GTC1 - |/y Goat Tank Canal |/surl |6N 32.68467 W 109.76160|/d02 |1 to |/surl |6N 32.68914 W 109.72106|/d02 |1 |/z Jacobson Canyon to south edge of Ledford Mesa. Apparently still in modern use, difficult access. Partial private lands. Includes curious historic pipeline. |/surl |6goat4|/goat4 |/surl |6 goat5|/goat5 |h |/x 1. VCN1 - |/y Veech Canal |/surl |6N 32.64151 W 109.74348|/d01 |1 to |/surl |6N 32.64386 W 109.74218|/d01 |1 |/z From middle Veech Canyon to possible P Ranch Fields. Only preliminary explored, should be significant. Entire canal is on |/surl |6CNF|/cnf |1 lands. Field notes |/surl |6here|/veechcan1fn |1 and sourcecode |/surl |6here|/veechcan1fnps |1. |/surl |6veech4|/veech4 |/surl |6veech5|/veech5 ) cl addpagenav clickforkml startnewpage addpagenav clickforkml startnewpage % EOF